Match m424Dll (#510)
* get halfway through m424/ball * get halfway through m424/ball * get halfway through m424/ball * complete m424/ball * fix merge errors * Revert "complete m424/ball" This reverts commitacbc3196c5. * fix up ball, start claw * get halfway through m424/ball * complete m424/ball * Revert "complete m424/ball" This reverts commitacbc3196c5. * fix up ball, start claw * complete m424Dll
This commit is contained in:
parent
05a2e87763
commit
47e4b48254
5 changed files with 1396 additions and 29 deletions
|
|
@ -8,13 +8,41 @@ typedef struct _M424DllMainStruct {
|
|||
f32 zoom;
|
||||
} M424DllMainStruct; // sizeof 1C
|
||||
|
||||
typedef struct _M424DllBallStruct2 {
|
||||
omObjData* unk0;
|
||||
u8 unk4;
|
||||
u8 unk5;
|
||||
u8 unk6;
|
||||
u16 unk8;
|
||||
u16 unkA;
|
||||
Mtx unkC;
|
||||
Vec unk3C;
|
||||
Vec unk48;
|
||||
Vec unk54;
|
||||
Vec unk60;
|
||||
Vec unk6C;
|
||||
Vec unk78;
|
||||
Vec unk84;
|
||||
u8 unk90;
|
||||
u8 unk91;
|
||||
} M424DllBallStruct2; // sizeof 0x94
|
||||
|
||||
extern M424DllBallStruct2 lbl_1_bss_60[9];
|
||||
extern u8 lbl_1_bss_58;
|
||||
extern s16 lbl_1_bss_24[4];
|
||||
|
||||
f32 fn_1_1358(f32, f32);
|
||||
f32 fn_1_1470(f32, f32, f32);
|
||||
omObjData* fn_1_1AB8(Process*);
|
||||
void fn_1_1B8C(void);
|
||||
f32 fn_1_213C(void);
|
||||
void fn_1_252C(f32, s32);
|
||||
void fn_1_2670(s32, s32);
|
||||
void fn_1_2720(Process*);
|
||||
void fn_1_2880(void);
|
||||
Vec* fn_1_8A00(u8);
|
||||
s32 fn_1_8A2C(void);
|
||||
void fn_1_93F0(Process*);
|
||||
omObjData* fn_1_93F0(Process*);
|
||||
void fn_1_94A4(void);
|
||||
s32 fn_1_B804(void);
|
||||
s32 fn_1_B888(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue