diff options
Diffstat (limited to 'engine/overworld/player_movement.asm')
-rw-r--r-- | engine/overworld/player_movement.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/player_movement.asm b/engine/overworld/player_movement.asm index c18d3b46..2f16c492 100644 --- a/engine/overworld/player_movement.asm +++ b/engine/overworld/player_movement.asm @@ -621,7 +621,7 @@ ENDM ; Returns 1 if there is no NPC in front ; Returns 2 if there is a movable NPC in front ld a, 0 - ldh [hMapObjectIndexBuffer], a + ldh [hMapObjectIndex], a ; Load the next X coordinate into d ld a, [wPlayerStandingMapX] ld d, a |