diff options
| author | Catobat <69204835+Catobat@users.noreply.github.com> | 2023-04-30 15:10:30 +0200 |
|---|---|---|
| committer | Catobat <69204835+Catobat@users.noreply.github.com> | 2023-04-30 15:10:30 +0200 |
| commit | 985eeb67a17517d522e963a1e52eafcd07712520 (patch) | |
| tree | 0ceaa203dca5acd8fa07d34c5b8e24e971ffa84f /src/beanstalkSubtask.c | |
| parent | d1d78ed018967130231a0ce9bb04819e9faef9ce (diff) | |
Name members for R actions in struct_0200AF00
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 42f6943b..6d102626 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; + gUnk_0200AF00.rActionInteractTile = 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; + gUnk_0200AF00.rActionInteractTile = 6; if ((gPlayerState.playerInput.newInput & (PLAYER_INPUT_80 | PLAYER_INPUT_8)) == 0) { return 0; } @@ -335,7 +335,7 @@ u32 UpdatePlayerCollision(void) { if (HasDungeonSmallKey() == 0) { return 0; } - gUnk_0200AF00.unk_2d = 6; + gUnk_0200AF00.rActionInteractTile = 6; if ((gPlayerState.playerInput.newInput & (PLAYER_INPUT_80 | PLAYER_INPUT_8)) == 0) { return 0; } |
