diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-12-22 23:47:13 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-12-22 23:47:13 +0100 |
| commit | ea9b7e7848ae5c194acd7bb13fb40b1ccfe49e1e (patch) | |
| tree | 5433636373843e18fa182c44b630b7612639fa9d /src/beanstalkSubtask.c | |
| parent | c28018843601b99907ab79ef3fd9e689b078e384 (diff) | |
Fix palette groups
Diffstat (limited to 'src/beanstalkSubtask.c')
| -rw-r--r-- | src/beanstalkSubtask.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/beanstalkSubtask.c b/src/beanstalkSubtask.c index e2b77f97..4612e66b 100644 --- a/src/beanstalkSubtask.c +++ b/src/beanstalkSubtask.c @@ -310,7 +310,7 @@ u32 UpdatePlayerCollision(void) { if (gPlayerEntity.animationState != 0) { return 0; } - gUnk_0200AF00.unk_2d = 4; + gHUD.unk_2d = 4; if ((gPlayerState.playerInput.newInput & (PLAYER_INPUT_80 | PLAYER_INPUT_40)) == 0) { return 0; } @@ -324,7 +324,7 @@ u32 UpdatePlayerCollision(void) { if ((gPlayerState.flags & 0x4080) != 0) { return 0; } - gUnk_0200AF00.unk_2d = 6; + gHUD.unk_2d = 6; if ((gPlayerState.playerInput.newInput & (PLAYER_INPUT_80 | PLAYER_INPUT_8)) == 0) { return 0; } @@ -335,7 +335,7 @@ u32 UpdatePlayerCollision(void) { if (HasDungeonMap() == 0) { return 0; } - gUnk_0200AF00.unk_2d = 6; + gHUD.unk_2d = 6; if ((gPlayerState.playerInput.newInput & (PLAYER_INPUT_80 | PLAYER_INPUT_8)) == 0) { return 0; } |
