Decompile menuhandlerMpSimulantSlot

This commit is contained in:
Ryan Dwyer
2020-01-02 21:03:31 +10:00
parent 1b86937f70
commit be8b5e5335
6 changed files with 33 additions and 88 deletions
+1 -1
View File
@@ -250,7 +250,7 @@ s32 menuhandlerMpScoreLimitSlider(u32 operation, struct menu_item *item, struct
s32 menuhandlerMpSimulantBody(u32, u32, u32 *);
s32 menuhandlerMpSimulantDifficulty(u32, u32, u32 *);
s32 menuhandlerMpSimulantHead(u32, u32, u32 *);
s32 menuhandlerMpSimulantSlot(u32, u32, u32 *);
s32 menuhandlerMpSimulantSlot(u32 operation, struct menu_item *item, s32 *value);
s32 menuhandlerMpSimulantsPerTeam(u32, u32, u32 *);
s32 menuhandlerMpSlowMotion(u32, u32, u32 *);
s32 menuhandlerMpStartChallenge(u32 operation, struct menu_item *item, s32 *value);
+2 -2
View File
@@ -86,10 +86,10 @@ u32 func0f18c8b8(void);
u32 func0f18c984(void);
u32 func0f18cb60(void);
u32 func0f18cbb8(void);
void mpRemoveSimulant(s32 simindex);
void mpRemoveSimulant(s32 slotindex);
u32 func0f18cc64(void);
u32 func0f18cc8c(void);
u32 func0f18ccf8(void);
bool mpIsSimSlotEnabled(s32 slotindex);
u32 func0f18cd68(void);
u32 func0f18cddc(void);
s32 func0f18cff8(struct chrdata *chr);
+1
View File
@@ -4013,6 +4013,7 @@ struct mpsetup {
/*0x8009cb9a*/ u8 timelimit;
/*0x8009cb9b*/ u8 scorelimit;
/*0x8009cb9c*/ u16 teamscorelimit;
/*0x8009cb9e*/ u16 simslots;
/*0x8009cba0*/ u32 unk18;
/*0x8009cba4*/ u32 unk1c;
/*0x8009cba8*/ bool saved;