diff options
| author | notyourav <65437533+notyourav@users.noreply.github.com> | 2022-01-01 18:29:08 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-01 18:29:08 -0800 |
| commit | 466b508413fd62dfd00c859d7f636622898d617c (patch) | |
| tree | cf7ba31fc07baa772ad7505c26dd71cb27901b74 /src/script.c | |
| parent | 408d67844f9df6c12e3ff3a6d86b3a614a2f615c (diff) | |
| parent | 1ca41b54a984af1da881cb9a01015069a570c195 (diff) | |
Merge pull request #238 from notyourav/clr
color.c, utils->common.c
Diffstat (limited to 'src/script.c')
| -rw-r--r-- | src/script.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/script.c b/src/script.c index b2648251..96b6abf9 100644 --- a/src/script.c +++ b/src/script.c @@ -6,6 +6,7 @@ #include "object.h" #include "npc.h" +#include "kinstone.h" #include "functions.h" @@ -1154,7 +1155,7 @@ void ScriptCommand_0807E9F0(Entity* entity, ScriptExecutionContext* context) { u32 tmp; sub_0801E00C(); tmp = 1; - switch (gUnk_02022740[0]) { + switch (gFuseInfo._0) { case 2: gPlayerState.controlMode = CONTROL_DISABLED; gUnk_02034490[0] = tmp; |
