Decompile menuhandlerAutoAim, optionsGetAutoAim and optionsSetAutoAim

This commit is contained in:
Ryan Dwyer
2019-12-31 00:31:37 +10:00
parent 2d1c479274
commit f70a49af5e
7 changed files with 43 additions and 91 deletions
+1
View File
@@ -661,6 +661,7 @@
#define OPTION_FORWARDPITCH 0x0001
#define OPTION_LOOKAHEAD 0x0002
#define OPTION_SIGHTONSCREEN 0x0004
#define OPTION_AUTOAIM 0x0008
#define OPTION_AMMOONSCREEN 0x0020
#define OPTION_SHOWGUNFUNCTION 0x0040
#define OPTION_HEADROLL 0x0080
+2 -2
View File
@@ -8,7 +8,7 @@ u32 func0f15272c(void);
u32 func0f152748(void);
u32 func0f152764(void);
s32 optionsGetForwardPitch(s32 optionsindex);
u32 func0f1527a4(void);
s32 optionsGetAutoAim(s32 optionsindex);
s32 optionsGetLookAhead(s32 optionsindex);
u32 func0f1527ec(void);
s32 optionsGetSightOnScreen(s32 optionsindex);
@@ -23,7 +23,7 @@ u32 func0f152918(void);
s32 optionsGetHeadRoll(s32 optionsindex);
void optionsSetForwardPitch(s32 optionsindex, bool enable);
u32 func0f1529a0(void);
void optionsSetAutoAim(s32 optionsindex, bool enable);
void optionsSetLookAhead(s32 optionsindex, bool enable);
u32 func0f152a50(void);
void optionsSetSightOnScreen(s32 optionsindex, bool enable);