diff options
Diffstat (limited to 'engine/player_movement.asm')
-rwxr-xr-x | engine/player_movement.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/player_movement.asm b/engine/player_movement.asm index 34ca81fe9..db0c07801 100755 --- a/engine/player_movement.asm +++ b/engine/player_movement.asm @@ -653,7 +653,7 @@ DoPlayerMovement:: ; 80000 ld e, a ; Find an object struct with coordinates equal to d,e ld bc, ObjectStructs ; redundant - callba IsNPCAtCoord + farcall IsNPCAtCoord jr nc, .is_npc call .CheckStrengthBoulder jr c, .no_bump |