mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-04 00:49:17 -04:00
Decompile menuhandlerLookAhead, optionsGetLookAhead and optionsSetLookAhead
This commit is contained in:
@@ -658,6 +658,7 @@
|
||||
#define OPERATOR_LESS_THAN 0
|
||||
#define OPERATOR_GREATER_THAN 1
|
||||
|
||||
#define OPTION_LOOKAHEAD 0x0002
|
||||
#define OPTION_AMMOONSCREEN 0x0020
|
||||
#define OPTION_SHOWGUNFUNCTION 0x0040
|
||||
#define OPTION_HEADROLL 0x0080
|
||||
|
||||
@@ -9,7 +9,7 @@ u32 func0f152748(void);
|
||||
u32 func0f152764(void);
|
||||
u32 func0f152780(void);
|
||||
u32 func0f1527a4(void);
|
||||
u32 func0f1527c8(void);
|
||||
s32 optionsGetLookAhead(s32 optionsindex);
|
||||
u32 func0f1527ec(void);
|
||||
s32 func0f152810(s32 optionsindex);
|
||||
s32 optionsGetAmmoOnScreen(s32 optionsindex);
|
||||
@@ -23,7 +23,7 @@ u32 func0f152918(void);
|
||||
s32 optionsGetHeadRoll(s32 optionsindex);
|
||||
u32 func0f152948(void);
|
||||
u32 func0f1529a0(void);
|
||||
u32 func0f1529f8(void);
|
||||
void optionsSetLookAhead(s32 optionsindex, bool enable);
|
||||
u32 func0f152a50(void);
|
||||
u32 func0f152aa8(void);
|
||||
void optionsSetAmmoOnScreen(s32 optionsindex, bool enable);
|
||||
|
||||
Reference in New Issue
Block a user