diff options
Diffstat (limited to 'src/beanstalkSubtask.c')
| -rw-r--r-- | src/beanstalkSubtask.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/beanstalkSubtask.c b/src/beanstalkSubtask.c index a183d3bd..58efa6f8 100644 --- a/src/beanstalkSubtask.c +++ b/src/beanstalkSubtask.c @@ -306,10 +306,10 @@ u32 UpdatePlayerCollision(void) { case 0x3a: case 0x5b: case 0x4051: - if ((gPlayerState.flags & PL_MINISH) != 0) { + if (gPlayerState.flags & PL_MINISH) { return 0; } - if (gPlayerEntity.animationState != 0) { + if (gPlayerEntity.animationState != IdleNorth) { return 0; } gUnk_0200AF00.rActionInteractTile = R_ACTION_READ; |
