diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-23 15:57:48 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-23 15:57:48 -0400 |
| commit | 9da88a19beed6b713317bb446d21cbd493ab8009 (patch) | |
| tree | d8d6cc4df3c3dcb00541b5bda9cae842584a7009 /engine/overworld/doors.asm | |
| parent | Name some wram address refs (diff) | |
| parent | Bank7 misc functions (diff) | |
| download | pokeyellow-9da88a19beed6b713317bb446d21cbd493ab8009.tar.gz pokeyellow-9da88a19beed6b713317bb446d21cbd493ab8009.tar.xz pokeyellow-9da88a19beed6b713317bb446d21cbd493ab8009.zip | |
Merge branch 'master' of github.com:pret/pokeyellow
Diffstat (limited to 'engine/overworld/doors.asm')
| -rwxr-xr-x | engine/overworld/doors.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/engine/overworld/doors.asm b/engine/overworld/doors.asm index 8ec9772a..3f7b5f0f 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: ; 1a609 (6:6609) +IsPlayerStandingOnDoorTile: ; 1a785 (6:6785) push de ld hl, DoorTileIDPointers ld a, [wCurMapTileset] @@ -42,22 +42,22 @@ DoorTileIDPointers: ; 1a7a8 (6:67a8) dbw INTERIOR, InteriorDoorTileIDs db $ff -OverworldDoorTileIDs: ; 1a654 (6:6654) +OverworldDoorTileIDs: ; 1a7d3 (6:67d3) db $1B,$58,$00 -ForestDoorTileIDs: ; 1a657 (6:6657) +ForestDoorTileIDs: ; 1a7d6 (6:67d6) db $3a,$00 -MartDoorTileIDs: ; 1a659 (6:6659) +MartDoorTileIDs: ; 1a7d8 (6:67d8) db $5e,$00 -HouseDoorTileIDs: ; 1a65b (6:665b) +HouseDoorTileIDs: ; 1a7da (6:67da) db $54,$00 -TilesetMuseumDoorTileIDs: ; 1a65d (6:665d) +TilesetMuseumDoorTileIDs: ; 1a7dc (6:67dc) db $3b,$00 -ShipDoorTileIDs: ; 1a65f (6:665f) +ShipDoorTileIDs: ; 1a7de (6:67de) db $1e,$00 LobbyDoorTileIDs: ; 1a7e0 (6:67e0) |
