Match m446dll/stage.c
main.c is broken due to fn_1_CA0, otherwise, m446ddl is complete
This commit is contained in:
parent
d430953293
commit
285ecc1bf2
7 changed files with 43 additions and 44 deletions
|
|
@ -18,7 +18,7 @@ typedef struct _unkStruct {
|
|||
struct _unkStruct9* unk24;
|
||||
struct _unkStruct5* unk28;
|
||||
struct _unkStruct8* unk2C[2];
|
||||
struct _unkStruct9* unk34;
|
||||
struct _unkStruct4* unk34;
|
||||
struct _unkStruct4* unk38[23];
|
||||
s32 unk94;
|
||||
Process* unk98;
|
||||
|
|
@ -41,8 +41,7 @@ typedef struct _unkStruct4 {
|
|||
s32 unk4;
|
||||
u8 unk8;
|
||||
u8 unk9;
|
||||
s16 unkA;
|
||||
s16 unkC;
|
||||
s16 unkA[2];
|
||||
s16 unkE;
|
||||
Vec unk10;
|
||||
Vec unk1C;
|
||||
|
|
@ -253,7 +252,7 @@ extern void fn_1_19D4(void);
|
|||
extern unkStruct2* fn_1_1C64(s32);
|
||||
extern void fn_1_1CF8(unkStruct2*);
|
||||
extern s32 fn_1_1D30(unkStruct2*, void*);
|
||||
extern s32 fn_1_1D6C(unkStruct2*, void**);
|
||||
extern s32 fn_1_1D6C(unkStruct2*, unkStruct4**);
|
||||
extern s32 fn_1_1DA8(unkStruct2*, void**);
|
||||
extern BOOL fn_1_1DDC(unkStruct2*);
|
||||
extern s32 fn_1_1DEC(unkStruct2*);
|
||||
|
|
@ -270,7 +269,7 @@ extern s32 fn_1_2064(void);
|
|||
extern void fn_1_207C(void);
|
||||
extern void fn_1_20D4(void);
|
||||
extern unkStruct4* m446CardCreate(s32);
|
||||
extern void fn_1_2688(unkStruct9*);
|
||||
extern void fn_1_2688(unkStruct4*);
|
||||
extern void fn_1_272C(unkStruct4*);
|
||||
extern void fn_1_2794(unkStruct4*);
|
||||
extern void fn_1_27FC(unkStruct4*, Vec*, s32);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue