mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-07 20:01:13 -04:00
Decompile optionsGetShowGunFunction and optionsSetShowGunFunction
This commit is contained in:
@@ -658,7 +658,8 @@
|
||||
#define OPERATOR_LESS_THAN 0
|
||||
#define OPERATOR_GREATER_THAN 1
|
||||
|
||||
#define OPTION_AMMOONSCREEN 0x0020
|
||||
#define OPTION_AMMOONSCREEN 0x0020
|
||||
#define OPTION_SHOWGUNFUNCTION 0x0040
|
||||
|
||||
#define OUTFIT_DEFAULT 0x00
|
||||
#define OUTFIT_ELVIS 0x01
|
||||
|
||||
@@ -13,7 +13,7 @@ u32 func0f1527c8(void);
|
||||
u32 func0f1527ec(void);
|
||||
u32 func0f152810(void);
|
||||
s32 optionsGetAmmoOnScreen(s32 optionsindex);
|
||||
s32 func0f152858(s32 optionsindex);
|
||||
s32 optionsGetShowGunFunction(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 optionsSetAmmoOnScreen(s32 optionsindex, bool enable);
|
||||
void func0f152b58(s32 optionsindex, bool enable);
|
||||
void optionsSetShowGunFunction(s32 optionsindex, bool enable);
|
||||
u32 func0f152bb0(void);
|
||||
u32 func0f152c08(void);
|
||||
u32 func0f152c60(void);
|
||||
|
||||
Reference in New Issue
Block a user