mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 07:07:35 -04:00
Identify many remaining option functions
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
u32 func0f152710(void);
|
||||
u32 func0f15272c(void);
|
||||
u32 optionsGetControlMode(void);
|
||||
u32 optionsSetControlMode(void);
|
||||
u32 func0f152748(void);
|
||||
u32 func0f152764(void);
|
||||
s32 optionsGetForwardPitch(s32 optionsindex);
|
||||
@@ -18,8 +18,8 @@ s32 optionsGetAlwaysShowTarget(s32 optionsindex);
|
||||
s32 optionsGetShowZoomRange(s32 optionsindex);
|
||||
s32 optionsGetPaintball(s32 optionsindex);
|
||||
s32 optionsGetShowMissionTime(s32 optionsindex);
|
||||
u32 func0f15290c(void);
|
||||
u32 func0f152918(void);
|
||||
u32 optionsGetInGameSubtitles(void);
|
||||
u32 optionsGetCutsceneSubtitles(void);
|
||||
s32 optionsGetHeadRoll(s32 optionsindex);
|
||||
|
||||
void optionsSetForwardPitch(s32 optionsindex, bool enable);
|
||||
@@ -33,16 +33,16 @@ void optionsSetAlwaysShowTarget(s32 optionsindex, bool enable);
|
||||
void optionsSetShowZoomRange(s32 optionsindex, bool enable);
|
||||
void optionsSetPaintball(s32 optionsindex, bool enable);
|
||||
void optionsSetShowMissionTime(s32 optionsindex, bool enable);
|
||||
u32 func0f152d10(void);
|
||||
u32 func0f152d1c(void);
|
||||
u32 optionsSetInGameSubtitles(void);
|
||||
u32 optionsSetCutsceneSubtitles(void);
|
||||
void optionsSetHeadRoll(s32 optionsindex, bool enable);
|
||||
u32 func0f152d80(void);
|
||||
u32 func0f152f04(void);
|
||||
u32 func0f152f10(void);
|
||||
u32 func0f152f1c(void);
|
||||
u32 func0f152f28(void);
|
||||
u32 func0f152f34(void);
|
||||
u32 func0f152f40(void);
|
||||
u32 optionsGetScreenMode(void);
|
||||
u32 optionsSetScreenMode(void);
|
||||
u32 optionsGetScreenRatio(void);
|
||||
u32 optionsSetScreenRatio(void);
|
||||
u32 optionsGetScreenSplit(void);
|
||||
u32 optionsSetScreenSplit(void);
|
||||
u32 func0f152f50(void);
|
||||
void func0f152f70(u32 arg0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user