Decompile menuhandlerMpRestoreHandicapDefaults

This commit is contained in:
Ryan Dwyer
2020-01-11 16:30:36 +10:00
parent 5c64f3ba43
commit a632f8af2c
3 changed files with 14 additions and 20 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ s32 menuhandlerMpNumberOfSimulants(u32, u32, u32 *);
s32 menuhandlerMpOneHitKills(u32 operation, struct menu_item *item, s32 *value);
s32 menuhandlerMpOpenOptions(u32 operation, struct menu_item *item, s32 *value);
s32 menuhandlerMpQuickTeamOption(u32 operation, struct menu_item *item, s32 *value);
s32 menuhandlerMpRestoreHandicapDefaults(u32, u32, u32 *);
s32 menuhandlerMpRestoreHandicapDefaults(u32 operation, struct menu_item *item, s32 *value);
s32 menuhandlerMpRestoreScoreDefaults(u32 operation, struct menu_item *item, s32 *value);
s32 menuhandlerMpSaveSettings(u32 operation, struct menu_item *item, s32 *value);
s32 menuhandlerMpScoreLimitSlider(u32 operation, struct menu_item *item, struct numandtext *value);
+1
View File
@@ -4058,6 +4058,7 @@ struct mpplayer {
/*0x95*/ u8 title;
/*0x98*/ u32 unk98;
/*0x9c*/ u8 unk9c;
/*0x9d*/ u8 handicap;
};
struct mpsim {