mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-09 12:35:46 -04:00
Decompile menuhandlerMpSimulantHead
This commit is contained in:
@@ -468,6 +468,7 @@
|
||||
#define MENUOP_GETSLIDER 9
|
||||
#define MENUOP_GETSLIDERLABEL 10
|
||||
#define MENUOP_CHECKDISABLED 12
|
||||
#define MENUOP_13 13
|
||||
#define MENUOP_CHECKPREFOCUSED 15
|
||||
#define MENUOP_CHECKHIDDEN 24
|
||||
|
||||
|
||||
@@ -249,7 +249,7 @@ s32 menuhandlerMpSaveSettings(u32 operation, struct menu_item *item, s32 *value)
|
||||
s32 menuhandlerMpScoreLimitSlider(u32 operation, struct menu_item *item, struct numandtext *value);
|
||||
s32 menuhandlerMpSimulantBody(u32 operation, struct menu_item *item, s32 *value);
|
||||
s32 menuhandlerMpSimulantDifficulty(u32, u32, u32 *);
|
||||
s32 menuhandlerMpSimulantHead(u32, u32, u32 *);
|
||||
s32 menuhandlerMpSimulantHead(u32 operation, struct menu_item *item, s32 *value);
|
||||
s32 menuhandlerMpSimulantSlot(u32 operation, struct menu_item *item, s32 *value);
|
||||
s32 menuhandlerMpSimulantsPerTeam(u32, u32, u32 *);
|
||||
s32 menuhandlerMpSlowMotion(u32, u32, u32 *);
|
||||
|
||||
+1
-1
@@ -4061,7 +4061,7 @@ struct mpsim {
|
||||
/*0x0c*/ u8 unk0c;
|
||||
/*0x0d*/ u8 unk0d;
|
||||
/*0x0e*/ u8 unk0e;
|
||||
/*0x0f*/ u8 unk0f;
|
||||
/*0x0f*/ u8 headnum;
|
||||
/*0x10*/ u8 bodynum;
|
||||
/*0x14*/ u32 unk14;
|
||||
/*0x18*/ u32 unk18;
|
||||
|
||||
Reference in New Issue
Block a user