mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-09 04:29:29 -04:00
Decompile menuhandlerMpDisplayOptionCheckbox
This commit is contained in:
@@ -192,7 +192,7 @@ s32 menuhandlerMpDropOut(u32 operation, struct menu_item *item, s32 *value);
|
||||
s32 menuhandlerMpTeamsLabel(u32 operation, struct menu_item *item, s32 *value);
|
||||
s32 menuhandler001791c8(u32, u32, u32 *);
|
||||
s32 menuhandlerMpWeaponSetDropdown(u32 operation, struct menu_item *item, s32 *value);
|
||||
s32 menuhandler00179968(u32, u32, u32 *);
|
||||
s32 menuhandlerMpDisplayOptionCheckbox(u32 operation, struct menu_item *item, s32 *value);
|
||||
s32 menuhandlerMpConfirmSaveChr(u32 operation, struct menu_item *item, s32 *value);
|
||||
s32 menuhandlerMpPlayerName(u32 operation, struct menu_item *item, char **value);
|
||||
s32 menuhandlerMpSaveSetupOverwrite(u32 operation, struct menu_item *item, s32 *value);
|
||||
|
||||
+1
-1
@@ -3950,7 +3950,7 @@ struct mpchr {
|
||||
/*0x0e*/ u8 unk0e;
|
||||
/*0x0f*/ u8 headnum;
|
||||
/*0x10*/ u8 bodynum;
|
||||
/*0x14*/ u32 unk14;
|
||||
/*0x14*/ u32 displayoptions;
|
||||
/*0x18*/ u32 unk18;
|
||||
/*0x1c*/ u32 unk1c;
|
||||
/*0x20*/ u32 unk20;
|
||||
|
||||
Reference in New Issue
Block a user