mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-09 04:29:29 -04:00
Decompile menuhandlerMpSimulantSlot
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user