aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/check_player_state.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-06-12 02:55:49 -0500
committerdannye <corrnondacqb@yahoo.com>2016-06-12 02:55:49 -0500
commit604eb493c42b457f9e006e2cf67f29c15e0d1d0b (patch)
tree6e64376d2d2594acdf97b0aee3d7449577853508 /engine/overworld/check_player_state.asm
parentMerge branch 'master' of https://github.com/pret/pokered into merge-pokered (diff)
downloadpokeyellow-604eb493c42b457f9e006e2cf67f29c15e0d1d0b.tar.gz
pokeyellow-604eb493c42b457f9e006e2cf67f29c15e0d1d0b.tar.xz
pokeyellow-604eb493c42b457f9e006e2cf67f29c15e0d1d0b.zip
Remove more address comments
Diffstat (limited to 'engine/overworld/check_player_state.asm')
-rw-r--r--engine/overworld/check_player_state.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/check_player_state.asm b/engine/overworld/check_player_state.asm
index 5fad4fc5..b1951de0 100644
--- a/engine/overworld/check_player_state.asm
+++ b/engine/overworld/check_player_state.asm
@@ -210,7 +210,7 @@ IsPlayerStandingOnDoorTileOrWarpTile:
push hl
push de
push bc
- callba IsPlayerStandingOnDoorTile ; 6:6785
+ callba IsPlayerStandingOnDoorTile
jr c, .done
ld a, [wCurMapTileset]
add a