mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-31 15:57:20 -04:00
Decompile menuhandlerReplayPreviousMission
This commit is contained in:
@@ -8,7 +8,7 @@ char *menutextDifficulty(s32 arg0);
|
||||
s32 func0f102330(u32 operation, struct menu_item *item, s32 *value, s32 arg3);
|
||||
u32 func0f103550(void);
|
||||
f32 func0f1036ac(s32 arg0, s32 arg1);
|
||||
bool isStageDifficultyUnlocked(s32 stagenum, s32 difficulty);
|
||||
bool isStageDifficultyUnlocked(s32 stageindex, s32 difficulty);
|
||||
u32 func0f103e68(void);
|
||||
u32 func0f10408c(void);
|
||||
u32 func0f104664(void);
|
||||
|
||||
@@ -58,6 +58,6 @@ s32 menuhandlerDeclineMission(u32 operation, struct menu_item *item, s32 *value)
|
||||
s32 menuhandler0010e064(u32, u32, u32 *);
|
||||
s32 menuhandlerContinueToCredits(u32, u32, u32 *);
|
||||
s32 menuhandlerReplyLastLevel(u32, u32, u32 *);
|
||||
s32 menuhandlerReplyPreviousMission(u32, u32, u32 *);
|
||||
s32 menuhandlerReplayPreviousMission(u32 operation, struct menu_item *item, s32 *value);
|
||||
|
||||
#endif
|
||||
|
||||
+1
-1
@@ -3985,7 +3985,7 @@ struct missionconfig {
|
||||
u8 pdmode : 1;
|
||||
|
||||
/*0x01*/ u8 stagenum;
|
||||
/*0x02*/ u8 unk02;
|
||||
/*0x02*/ u8 stageindex;
|
||||
|
||||
u8 iscoop : 1;
|
||||
u8 isanti : 1;
|
||||
|
||||
Reference in New Issue
Block a user