mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 04:52:03 -04:00
Decompile menuhandlerMpChangeSimulantType
This commit is contained in:
@@ -220,7 +220,7 @@ s32 menuhandlerMpAbortChallenge(u32 operation, struct menu_item *item, s32 *valu
|
||||
s32 menuhandlerMpAddSimulant(u32 operation, struct menu_item *item, s32 *value);
|
||||
s32 menuhandlerMpAdvancedSetup(u32 operation, struct menu_item *item, s32 *value);
|
||||
char *menuhandlerMpAimControl(u32 operation, struct menu_item *item, s32 *value);
|
||||
s32 menuhandlerMpChangeSimulantType(u32, u32, u32 *);
|
||||
s32 menuhandlerMpChangeSimulantType(u32 operation, struct menu_item *item, s32 *value);
|
||||
s32 menuhandlerMpCharacterBody(u32 operation, struct menu_item *item, struct numandtext *value);
|
||||
s32 menuhandlerMpCharacterHead(u32 operation, struct menu_item *item, s32 *value);
|
||||
s32 menuhandlerMpCheckboxOption(u32 operation, struct menu_item *item, s32 *value);
|
||||
|
||||
@@ -90,7 +90,7 @@ void mpRemoveSimulant(s32 slotindex);
|
||||
u32 func0f18cc64(void);
|
||||
u32 func0f18cc8c(void);
|
||||
bool mpIsSimSlotEnabled(s32 slotindex);
|
||||
u32 func0f18cd68(void);
|
||||
s32 func0f18cd68(s32 arg0, s32 arg1);
|
||||
u32 func0f18cddc(void);
|
||||
s32 mpPlayerGetIndex(struct chrdata *chr);
|
||||
u32 func0f18d040(void);
|
||||
|
||||
Reference in New Issue
Block a user