summaryrefslogtreecommitdiff
path: root/engine/overworld/is_player_just_outside_map.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/overworld/is_player_just_outside_map.asm')
-rw-r--r--engine/overworld/is_player_just_outside_map.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/is_player_just_outside_map.asm b/engine/overworld/is_player_just_outside_map.asm
index e9ba204a..44690db0 100644
--- a/engine/overworld/is_player_just_outside_map.asm
+++ b/engine/overworld/is_player_just_outside_map.asm
@@ -1,5 +1,5 @@
; returns whether the player is one tile outside the map in Z
-IsPlayerJustOutsideMap: ; 128d8 (4:68d8)
+IsPlayerJustOutsideMap:
ld a, [wYCoord]
ld b, a
ld a, [wCurMapHeight]