summaryrefslogtreecommitdiff
path: root/src/beanstalkSubtask.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/beanstalkSubtask.c')
-rw-r--r--src/beanstalkSubtask.c6
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;
}