aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/doors.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-06-11 17:51:03 -0700
committerGitHub <noreply@github.com>2016-06-11 17:51:03 -0700
commit54143d33fc1211fb0c949ba62633d1c8d94f2717 (patch)
tree9176ffc5b6384a48eb32ea8f33ac97d1d67f6865 /engine/overworld/doors.asm
parentMerge pull request #14 from PikalaxALT/master (diff)
parentremove address comments (diff)
downloadpokeyellow-54143d33fc1211fb0c949ba62633d1c8d94f2717.tar.gz
pokeyellow-54143d33fc1211fb0c949ba62633d1c8d94f2717.tar.xz
pokeyellow-54143d33fc1211fb0c949ba62633d1c8d94f2717.zip
Merge pull request #13 from YamaArashi/master
remove address comments
Diffstat (limited to 'engine/overworld/doors.asm')
-rwxr-xr-xengine/overworld/doors.asm28
1 files changed, 14 insertions, 14 deletions
diff --git a/engine/overworld/doors.asm b/engine/overworld/doors.asm
index 3f7b5f0f..8bde8600 100755
--- a/engine/overworld/doors.asm
+++ b/engine/overworld/doors.asm
@@ -1,5 +1,5 @@
; returns whether the player is standing on a door tile in carry
-IsPlayerStandingOnDoorTile: ; 1a785 (6:6785)
+IsPlayerStandingOnDoorTile:
push de
ld hl, DoorTileIDPointers
ld a, [wCurMapTileset]
@@ -25,7 +25,7 @@ IsPlayerStandingOnDoorTile: ; 1a785 (6:6785)
and a
ret
-DoorTileIDPointers: ; 1a7a8 (6:67a8)
+DoorTileIDPointers:
dbw OVERWORLD, OverworldDoorTileIDs
dbw FOREST, ForestDoorTileIDs
dbw MART, MartDoorTileIDs
@@ -42,38 +42,38 @@ DoorTileIDPointers: ; 1a7a8 (6:67a8)
dbw INTERIOR, InteriorDoorTileIDs
db $ff
-OverworldDoorTileIDs: ; 1a7d3 (6:67d3)
+OverworldDoorTileIDs:
db $1B,$58,$00
-ForestDoorTileIDs: ; 1a7d6 (6:67d6)
+ForestDoorTileIDs:
db $3a,$00
-MartDoorTileIDs: ; 1a7d8 (6:67d8)
+MartDoorTileIDs:
db $5e,$00
-HouseDoorTileIDs: ; 1a7da (6:67da)
+HouseDoorTileIDs:
db $54,$00
-TilesetMuseumDoorTileIDs: ; 1a7dc (6:67dc)
+TilesetMuseumDoorTileIDs:
db $3b,$00
-ShipDoorTileIDs: ; 1a7de (6:67de)
+ShipDoorTileIDs:
db $1e,$00
-LobbyDoorTileIDs: ; 1a7e0 (6:67e0)
+LobbyDoorTileIDs:
db $1c,$38,$1a,$00
-MansionDoorTileIDs: ; 1a7e4 (6:67e4)
+MansionDoorTileIDs:
db $1a,$1c,$53,$00
-LabDoorTileIDs: ; 1a7e8 (6:67e8)
+LabDoorTileIDs:
db $34,$00
-FacilityDoorTileIDs: ; 1a7ea (6:67ea)
+FacilityDoorTileIDs:
db $43,$58,$1b,$00
-PlateauDoorTileIDs: ; 1a7ee (6:67ee)
+PlateauDoorTileIDs:
db $3b,$1b,$00
-InteriorDoorTileIDs: ; 1a7f1 (6:67f1)
+InteriorDoorTileIDs:
db $04,$15,$00