diff options
Diffstat (limited to 'engine/overworld')
| -rw-r--r-- | engine/overworld/is_player_just_outside_map.asm | 2 | 
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] | 
