summaryrefslogtreecommitdiff
path: root/engine/overworld
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-06-06 03:22:40 -0500
committerdannye <corrnondacqb@yahoo.com>2016-06-06 03:22:40 -0500
commita33f356461e29559950f51dbef2e2d83235ea98f (patch)
tree20a7d6dc38f69f23045cb45b34d0ef17f28bf5f2 /engine/overworld
parenta070bdcb21310c7d17b4fd057852f788fdfd61ca (diff)
Remove unused source files
Diffstat (limited to 'engine/overworld')
-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..19823c53 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: ; e876c (3a:476c)
ld a, [wYCoord]
ld b, a
ld a, [wCurMapHeight]