diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-05-23 15:52:20 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-05-23 15:52:20 -0400 |
| commit | 5b53dbe15d0f24c0ebcb537d7e11c106abd99867 (patch) | |
| tree | a5323e702ca9e0e3a2a97d49bdf57b561f9fe0e3 /engine/overworld/doors.asm | |
| parent | Merge pull request #8 from PikalaxALT/master (diff) | |
| download | pokeyellow-5b53dbe15d0f24c0ebcb537d7e11c106abd99867.tar.gz pokeyellow-5b53dbe15d0f24c0ebcb537d7e11c106abd99867.tar.xz pokeyellow-5b53dbe15d0f24c0ebcb537d7e11c106abd99867.zip | |
Bank7 misc functions
Also delete gfx/intro_nido pngs (aren't used in the build)
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) |
