Decompile menuhandlerMpSimulantBody

This commit is contained in:
Ryan Dwyer
2020-01-02 21:29:17 +10:00
parent be8b5e5335
commit e9f2092cd6
10 changed files with 152 additions and 325 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ u32 func0f1790fc(void);
u32 func0f179104(void);
u32 func0f17960c(void);
u32 func0f179b58(void);
u32 func0f179da4(void);
s32 func0f179da4(u32 operation, struct menu_item *item, s32 *value, s32 arg3, s32 arg4, s32 arg5);
u32 func0f17a658(void);
u32 func0f17a6ac(void);
u32 func0f17a700(void);
@@ -247,7 +247,7 @@ s32 menuhandlerMpRestoreHandicapDefaults(u32, u32, u32 *);
s32 menuhandlerMpRestoreScoreDefaults(u32 operation, struct menu_item *item, s32 *value);
s32 menuhandlerMpSaveSettings(u32 operation, struct menu_item *item, s32 *value);
s32 menuhandlerMpScoreLimitSlider(u32 operation, struct menu_item *item, struct numandtext *value);
s32 menuhandlerMpSimulantBody(u32, u32, u32 *);
s32 menuhandlerMpSimulantBody(u32 operation, struct menu_item *item, s32 *value);
s32 menuhandlerMpSimulantDifficulty(u32, u32, u32 *);
s32 menuhandlerMpSimulantHead(u32, u32, u32 *);
s32 menuhandlerMpSimulantSlot(u32 operation, struct menu_item *item, s32 *value);
+1 -1
View File
@@ -843,7 +843,7 @@ extern u32 var800ac4cc;
extern u32 var800ac4d0;
extern u32 var800ac500;
extern u32 var800ac530;
extern u32 var800ac538;
extern struct mpsim g_MpSimulants[8];
extern u32 var800ac798;
extern struct options g_Options[];
extern u32 var800ac858;
+25
View File
@@ -4047,4 +4047,29 @@ struct numandtext {
char *text;
};
struct mpsim {
/*0x00*/ u32 unk00;
/*0x04*/ u32 unk04;
/*0x08*/ u32 unk08;
/*0x0c*/ u8 unk0c;
/*0x0d*/ u8 unk0d;
/*0x0e*/ u8 unk0e;
/*0x0f*/ u8 unk0f;
/*0x10*/ u8 bodynum;
/*0x14*/ u32 unk14;
/*0x18*/ u32 unk18;
/*0x1c*/ u32 unk1c;
/*0x20*/ u32 unk20;
/*0x24*/ u32 unk24;
/*0x28*/ u32 unk28;
/*0x2c*/ u32 unk2c;
/*0x30*/ u32 unk30;
/*0x34*/ u32 unk34;
/*0x38*/ u32 unk38;
/*0x3c*/ u32 unk3c;
/*0x40*/ u32 unk40;
/*0x44*/ u32 unk44;
/*0x48*/ u32 unk48;
};
#endif