mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-13 04:25:18 -04:00
Decompile menuhandlerHeadRoll, optionsGetHeadRoll and optionsSetHeadRoll
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user