summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2021-11-05 19:15:47 -0700
committerGitHub <noreply@github.com>2021-11-05 23:15:47 -0300
commit49f55ff0052340d29cffe2767fdc7d2ee5adb9f4 (patch)
tree775d90129d6d9bc8b7e960e55e62f1e030cd8f7b /include
parent2907da61c3268f440e9ebb706ac1939f21a5aa7e (diff)
EnvFlags OK (#404)
* Matched * Remove magic number * Rename system to EnvFlags
Diffstat (limited to 'include')
-rw-r--r--include/functions.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/functions.h b/include/functions.h
index be85d8642..1cacc5fed 100644
--- a/include/functions.h
+++ b/include/functions.h
@@ -1652,10 +1652,10 @@ void func_800F0590(GlobalContext* globalCtx, Vec3f* arg1, s32 arg2, s32 arg3);
// void func_800F10AC(void);
// void func_800F112C(void);
u16 Text_GetFaceReaction(GlobalContext* globalCtx, u32 reactionSet);
-void func_800F12D0(GlobalContext* globalCtx);
-void func_800F1304(GlobalContext* globalCtx, s16 param_2);
-void func_800F1374(s32 param_1, s16 param_2);
-s16 func_800F13E8(GlobalContext* globalCtx, s16 param_2);
+void EnvFlags_UnsetAll(GlobalContext* globalCtx);
+void EnvFlags_Set(GlobalContext* globalCtx, s16 flag);
+void EnvFlags_Unset(GlobalContext* globalCtx, s16 flag);
+s32 EnvFlags_Get(GlobalContext* globalCtx, s16 flag);
s16 func_800F1460(s16 param_1);
ActorCutscene* ActorCutscene_GetCutsceneImpl(s16 index);
void ActorCutscene_Init(GlobalContext* globalCtx, ActorCutscene* cutscenes, s32 num);