mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-31 07:56:03 -04:00
Decompile menuhandlerShowMissionTime, optionsGetShowMissionTime and optionsSetShowMissionTime
This commit is contained in:
@@ -660,6 +660,7 @@
|
||||
|
||||
#define OPTION_AMMOONSCREEN 0x0020
|
||||
#define OPTION_SHOWGUNFUNCTION 0x0040
|
||||
#define OPTION_SHOWMISSIONTIME 0x8000
|
||||
|
||||
#define OUTFIT_DEFAULT 0x00
|
||||
#define OUTFIT_ELVIS 0x01
|
||||
|
||||
@@ -77,7 +77,7 @@ s32 menuhandlerScreenSize(u32, u32, u32 *);
|
||||
s32 menuhandlerScreenSplit(u32, u32, u32 *);
|
||||
s32 menuhandlerSfxVolume(u32, u32, u32 *);
|
||||
s32 menuhandlerShowGunFunction(u32 operation, struct menu_item *item, bool *enable);
|
||||
s32 menuhandlerShowMissionTime(u32, u32, u32 *);
|
||||
s32 menuhandlerShowMissionTime(u32 operation, struct menu_item *item, bool *enable);
|
||||
s32 menuhandlerShowZoomRange(u32, u32, u32 *);
|
||||
s32 menuhandlerSightOnScreen(u32, u32, u32 *);
|
||||
s32 menuhandlerSoloDifficulty(u32, u32, u32 *);
|
||||
|
||||
@@ -17,7 +17,7 @@ s32 optionsGetShowGunFunction(s32 optionsindex);
|
||||
u32 func0f15287c(void);
|
||||
u32 func0f1528a0(void);
|
||||
u32 func0f1528c4(void);
|
||||
u32 func0f1528e8(void);
|
||||
s32 optionsGetShowMissionTime(s32 optionsindex);
|
||||
u32 func0f15290c(void);
|
||||
u32 func0f152918(void);
|
||||
u32 func0f152924(void);
|
||||
@@ -31,7 +31,7 @@ void optionsSetShowGunFunction(s32 optionsindex, bool enable);
|
||||
u32 func0f152bb0(void);
|
||||
u32 func0f152c08(void);
|
||||
u32 func0f152c60(void);
|
||||
u32 func0f152cb8(void);
|
||||
void optionsSetShowMissionTime(s32 optionsindex, bool enable);
|
||||
u32 func0f152d10(void);
|
||||
u32 func0f152d1c(void);
|
||||
u32 func0f152d28(void);
|
||||
|
||||
Reference in New Issue
Block a user