mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-08 20:19:33 -04:00
Decompile menuhandlerMpOpenOptions
This commit is contained in:
@@ -241,7 +241,7 @@ s32 menuhandlerMpMedal(u32, u32, u32 *);
|
||||
s32 menuhandlerMpMultipleTunes(u32, u32, u32 *);
|
||||
s32 menuhandlerMpNumberOfSimulants(u32, u32, u32 *);
|
||||
s32 menuhandlerMpOneHitKills(u32, u32, u32 *);
|
||||
s32 menuhandlerMpOpenOptions(u32, u32, u32 *);
|
||||
s32 menuhandlerMpOpenOptions(u32 operation, struct menu_item *item, s32 *value);
|
||||
s32 menuhandlerMpQuickteamOption(u32, u32, u32 *);
|
||||
s32 menuhandlerMpRestoreHandicapDefaults(u32, u32, u32 *);
|
||||
s32 menuhandlerMpRestoreScoreDefaults(u32 operation, struct menu_item *item, s32 *value);
|
||||
|
||||
@@ -286,7 +286,7 @@ extern struct menu_dialog menudialog_mphilloptions;
|
||||
extern struct menu_dialog menudialog_mphackeroptions;
|
||||
extern u32 var80086e14;
|
||||
extern struct menu_dialog menudialog_mppopacapoptions;
|
||||
extern u32 var80086f98[];
|
||||
extern struct mpoptionsdialoginfo g_MpOptionsDialogs[];
|
||||
extern u16 mpscenarios[];
|
||||
extern u32 var8008716c;
|
||||
extern u32 var800871fc;
|
||||
|
||||
@@ -4007,4 +4007,25 @@ struct mpsetup {
|
||||
u32 options;
|
||||
};
|
||||
|
||||
struct mpoptionsdialoginfo {
|
||||
struct menu_dialog *dialog;
|
||||
void *unk04;
|
||||
void *unk08;
|
||||
void *unk0c;
|
||||
void *unk10;
|
||||
void *unk14;
|
||||
void *unk18;
|
||||
void *unk1c;
|
||||
void *unk20;
|
||||
void *unk24;
|
||||
void *unk28;
|
||||
void *unk2c;
|
||||
void *unk30;
|
||||
void *unk34;
|
||||
void *unk38;
|
||||
void *unk3c;
|
||||
void *unk40;
|
||||
void *unk44;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user