Work on m433Dll/player.c
This commit is contained in:
parent
fda482e3ed
commit
ca5491a9d5
4 changed files with 4100 additions and 9 deletions
|
|
@ -242,7 +242,7 @@ lbl_1_rodata_34C = .rodata:0x0000034C; // type:object size:0x4 scope:local data:
|
|||
lbl_1_rodata_350 = .rodata:0x00000350; // type:object size:0x8 scope:local data:double
|
||||
lbl_1_rodata_358 = .rodata:0x00000358; // type:object size:0x4 scope:local data:float
|
||||
lbl_1_rodata_360 = .rodata:0x00000360; // type:object size:0x8 scope:local data:double
|
||||
lbl_1_rodata_368 = .rodata:0x00000368; // type:object size:0x10 scope:local data:4byte
|
||||
lbl_1_rodata_368 = .rodata:0x00000368; // type:object size:0x10 scope:local data:float
|
||||
lbl_1_rodata_378 = .rodata:0x00000378; // type:object size:0x4 scope:local data:float
|
||||
lbl_1_rodata_37C = .rodata:0x0000037C; // type:object size:0x4 scope:local data:float
|
||||
lbl_1_rodata_380 = .rodata:0x00000380; // type:object size:0x4 scope:local data:float
|
||||
|
|
@ -264,8 +264,8 @@ lbl_1_rodata_3D0 = .rodata:0x000003D0; // type:object size:0x8 scope:local data:
|
|||
lbl_1_rodata_3D8 = .rodata:0x000003D8; // type:object size:0x8 scope:local data:double
|
||||
lbl_1_rodata_3E0 = .rodata:0x000003E0; // type:object size:0x4 scope:local data:float
|
||||
lbl_1_rodata_3E8 = .rodata:0x000003E8; // type:object size:0x8 scope:local data:double
|
||||
lbl_1_rodata_3F0 = .rodata:0x000003F0; // type:object size:0x18 scope:local data:4byte
|
||||
lbl_1_rodata_408 = .rodata:0x00000408; // type:object size:0x18 scope:local data:4byte
|
||||
lbl_1_rodata_3F0 = .rodata:0x000003F0; // type:object size:0x18 scope:local data:float
|
||||
lbl_1_rodata_408 = .rodata:0x00000408; // type:object size:0x18 scope:local data:float
|
||||
lbl_1_rodata_420 = .rodata:0x00000420; // type:object size:0x4 scope:local data:float
|
||||
lbl_1_rodata_424 = .rodata:0x00000424; // type:object size:0x4 scope:local data:float
|
||||
lbl_1_rodata_428 = .rodata:0x00000428; // type:object size:0x4 scope:local data:float
|
||||
|
|
@ -311,7 +311,7 @@ lbl_1_rodata_4D0 = .rodata:0x000004D0; // type:object size:0x4 scope:local data:
|
|||
lbl_1_rodata_4D4 = .rodata:0x000004D4; // type:object size:0x4 scope:local data:float
|
||||
lbl_1_rodata_4D8 = .rodata:0x000004D8; // type:object size:0x8 scope:local data:double
|
||||
lbl_1_rodata_4E0 = .rodata:0x000004E0; // type:object size:0x8 scope:local data:double
|
||||
lbl_1_rodata_4E8 = .rodata:0x000004E8; // type:object size:0x4 scope:local data:4byte
|
||||
lbl_1_rodata_4E8 = .rodata:0x000004E8; // type:object size:0x8 scope:local data:4byte
|
||||
lbl_1_rodata_4F0 = .rodata:0x000004F0; // type:object size:0x8 scope:local data:double
|
||||
lbl_1_rodata_4F8 = .rodata:0x000004F8; // type:object size:0x8 scope:local data:double
|
||||
lbl_1_rodata_500 = .rodata:0x00000500; // type:object size:0x4 scope:local data:float
|
||||
|
|
@ -441,7 +441,7 @@ lbl_1_data_5EA = .data:0x000005EA; // type:object size:0x15 scope:local data:str
|
|||
lbl_1_data_5FF = .data:0x000005FF; // type:object size:0x15 scope:local data:string
|
||||
lbl_1_data_614 = .data:0x00000614; // type:object size:0x15 scope:local data:string
|
||||
lbl_1_data_629 = .data:0x00000629; // type:object size:0x15 scope:local data:string
|
||||
lbl_1_data_63E = .data:0x0000063E; // type:object size:0x16
|
||||
lbl_1_data_63E = .data:0x0000063E; // type:object size:0x16 data:string
|
||||
jumptable_1_data_654 = .data:0x00000654; // type:object size:0x20 scope:local
|
||||
lbl_1_data_674 = .data:0x00000674; // type:object size:0xC
|
||||
lbl_1_data_680 = .data:0x00000680; // type:object size:0x8
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@ typedef struct M433DllWork {
|
|||
|
||||
void fn_1_584(omObjData *object);
|
||||
void fn_1_618(omObjData *object);
|
||||
s32 fn_1_216C(void);
|
||||
s32 fn_1_2184(void);
|
||||
u32 fn_1_216C(void);
|
||||
u32 fn_1_2184(void);
|
||||
void fn_1_219C(s32 arg0, s32 arg1, s32 arg2);
|
||||
void fn_1_21E4(s32 arg0);
|
||||
void fn_1_2214(s32 arg0);
|
||||
|
|
|
|||
|
|
@ -353,12 +353,12 @@ s32 fn_1_2154(void)
|
|||
return OM_GET_DATA_PTR(lbl_1_bss_24, M433DllWork)->unk_0C;
|
||||
}
|
||||
|
||||
s32 fn_1_216C(void)
|
||||
u32 fn_1_216C(void)
|
||||
{
|
||||
return OM_GET_DATA_PTR(lbl_1_bss_24, M433DllWork)->unk_14;
|
||||
}
|
||||
|
||||
s32 fn_1_2184(void)
|
||||
u32 fn_1_2184(void)
|
||||
{
|
||||
return OM_GET_DATA_PTR(lbl_1_bss_24, M433DllWork)->unk_24;
|
||||
}
|
||||
|
|
|
|||
4091
src/REL/m433Dll/player.c
Normal file
4091
src/REL/m433Dll/player.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue