mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-08 12:16:59 -04:00
Decompile menuhandlerShowGunFunction
This commit is contained in:
@@ -482,6 +482,7 @@
|
||||
|
||||
#define MENUOP_SET 6
|
||||
#define MENUOP_GET 8
|
||||
#define MENUOP_12 12
|
||||
|
||||
// Object flags - bank 0 (object struct offset 0x08)
|
||||
#define OBJECTFLAG0_00000001 0x00000001 // Not used in scripts
|
||||
|
||||
@@ -76,7 +76,7 @@ s32 menuhandlerScreenRatio(u32, u32, u32 *);
|
||||
s32 menuhandlerScreenSize(u32, u32, u32 *);
|
||||
s32 menuhandlerScreenSplit(u32, u32, u32 *);
|
||||
s32 menuhandlerSfxVolume(u32, u32, u32 *);
|
||||
s32 menuhandlerShowGunFunction(u32, u32, u32 *);
|
||||
s32 menuhandlerShowGunFunction(u32 operation, struct menu_item *item, bool *enable);
|
||||
s32 menuhandlerShowMissionTime(u32, u32, u32 *);
|
||||
s32 menuhandlerShowZoomRange(u32, u32, u32 *);
|
||||
s32 menuhandlerSightOnScreen(u32, u32, u32 *);
|
||||
|
||||
@@ -13,7 +13,7 @@ u32 func0f1527c8(void);
|
||||
u32 func0f1527ec(void);
|
||||
u32 func0f152810(void);
|
||||
s32 func0f152834(s32 optionsindex);
|
||||
u32 func0f152858(void);
|
||||
s32 func0f152858(s32 optionsindex);
|
||||
u32 func0f15287c(void);
|
||||
u32 func0f1528a0(void);
|
||||
u32 func0f1528c4(void);
|
||||
@@ -27,7 +27,7 @@ u32 func0f1529f8(void);
|
||||
u32 func0f152a50(void);
|
||||
u32 func0f152aa8(void);
|
||||
void func0f152b00(s32 optionsindex, bool enable);
|
||||
u32 func0f152b58(void);
|
||||
void func0f152b58(s32 optionsindex, bool enable);
|
||||
u32 func0f152bb0(void);
|
||||
u32 func0f152c08(void);
|
||||
u32 func0f152c60(void);
|
||||
|
||||
Reference in New Issue
Block a user