diff options
| author | notyourav <65437533+notyourav@users.noreply.github.com> | 2022-02-01 20:28:25 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-01 20:28:25 -0800 |
| commit | dcc3ac219204e181117e366a1fb082c1ff4aabdd (patch) | |
| tree | 9354649cab3c0e3f12d5a84ac01793461fcbb2c2 /src/script.c | |
| parent | b455aaf0133f9bae4a08efab65d9d9f1bc5b506f (diff) | |
| parent | 5824dc8467b41e064ddc7d5118b54cf1bf08e54d (diff) | |
Merge pull request #341 from Henny022p/subtask
Diffstat (limited to 'src/script.c')
| -rw-r--r-- | src/script.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/script.c b/src/script.c index fed1f183..6c837afd 100644 --- a/src/script.c +++ b/src/script.c @@ -450,11 +450,11 @@ void sub_0807DF28(void) { void sub_0807DF38(void) { gUnk_0200AF00.filler0[1] = 0xff; - gUnk_02034490[0] = 0xff; + gUnk_02034490.unk0 = 0xff; } void sub_0807DF50(void) { - gUnk_02034490[0] = 0; + gUnk_02034490.unk0 = 0; gUnk_0200AF00.filler0[1] = 0; RecoverUI(0); ResetPlayerAnimationAndAction(); @@ -1158,7 +1158,7 @@ void ScriptCommand_0807E9F0(Entity* entity, ScriptExecutionContext* context) { switch (gFuseInfo._0) { case 2: gPlayerState.controlMode = CONTROL_DISABLED; - gUnk_02034490[0] = tmp; + gUnk_02034490.unk0 = tmp; context->condition = tmp; break; case 1: |
