Decompile menuhandlerHeadRoll, optionsGetHeadRoll and optionsSetHeadRoll

This commit is contained in:
Ryan Dwyer
2019-12-31 00:09:18 +10:00
parent bd3ce92094
commit 57ace92244
6 changed files with 40 additions and 88 deletions
+1
View File
@@ -660,6 +660,7 @@
#define OPTION_AMMOONSCREEN 0x0020
#define OPTION_SHOWGUNFUNCTION 0x0040
#define OPTION_HEADROLL 0x0080
#define OPTION_ALWAYSSHOWTARGET 0x0200
#define OPTION_SHOWZOOMRANGE 0x0400
#define OPTION_PAINTBALL 0x0800
+2 -2
View File
@@ -20,7 +20,7 @@ s32 optionsGetPaintball(s32 optionsindex);
s32 optionsGetShowMissionTime(s32 optionsindex);
u32 func0f15290c(void);
u32 func0f152918(void);
u32 func0f152924(void);
s32 optionsGetHeadRoll(s32 optionsindex);
u32 func0f152948(void);
u32 func0f1529a0(void);
u32 func0f1529f8(void);
@@ -34,7 +34,7 @@ void optionsSetPaintball(s32 optionsindex, bool enable);
void optionsSetShowMissionTime(s32 optionsindex, bool enable);
u32 func0f152d10(void);
u32 func0f152d1c(void);
u32 func0f152d28(void);
void optionsSetHeadRoll(s32 optionsindex, bool enable);
u32 func0f152d80(void);
u32 func0f152f04(void);
u32 func0f152f10(void);