diff options
Diffstat (limited to 'data/warp_tile_ids.asm')
-rwxr-xr-x | data/warp_tile_ids.asm | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/data/warp_tile_ids.asm b/data/warp_tile_ids.asm new file mode 100755 index 00000000..aa725d00 --- /dev/null +++ b/data/warp_tile_ids.asm @@ -0,0 +1,85 @@ +WarpTileIDPointers: ; c4cc (3:44cc) + dw OverworldWarpTileIDs + dw RedsHouse1WarpTileIDs + dw MartWarpTileIDs + dw ForestWarpTileIDs + dw RedsHouse2WarpTileIDs + dw DojoWarpTileIDs + dw PokecenterWarpTileIDs + dw GymWarpTileIDs + dw HouseWarpTileIDs + dw ForestGateWarpTileIDs + dw MuseumWarpTileIDs + dw UndergroundWarpTileIDs + dw GateWarpTileIDs + dw ShipWarpTileIDs + dw ShipPortWarpTileIDs + dw CemeteryWarpTileIDs + dw InteriorWarpTileIDs + dw CavernWarpTileIDs + dw LobbyWarpTileIDs + dw MansionWarpTileIDs + dw LabWarpTileIDs + dw ClubWarpTileIDs + dw FacilityWarpTileIDs + dw PlateauWarpTileIDs + +OverworldWarpTileIDs: ; c4fc (3:44fc) + db $1B,$58,$FF + +ForestGateWarpTileIDs: ; c4ff (3:44ff) +MuseumWarpTileIDs: ; c4ff (3:44ff) +GateWarpTileIDs: ; c4ff (3:44ff) + db $3B + +RedsHouse1WarpTileIDs: ; c500 (3:4500) +RedsHouse2WarpTileIDs: ; c500 (3:4500) + db $1A,$1C,$FF + +MartWarpTileIDs: ; c503 (3:4503) +PokecenterWarpTileIDs: ; c503 (3:4503) + db $5E,$FF + +ForestWarpTileIDs: ; c505 (3:4505) + db $5A,$5C,$3A,$FF + +DojoWarpTileIDs: ; c509 (3:4509) +GymWarpTileIDs: ; c509 (3:4509) + db $4A,$FF + +HouseWarpTileIDs: ; c50b (3:450b) + db $54,$5C,$32,$FF + +ShipWarpTileIDs: ; c50f (3:450f) + db $37,$39,$1E,$4A,$FF + +InteriorWarpTileIDs: ; c514 (3:4514) + db $15,$55,$04,$FF + +CavernWarpTileIDs: ; c518 (3:4518) + db $18,$1A,$22,$FF + +LobbyWarpTileIDs: ; c51c (3:451c) + db $1A,$1C,$38,$FF + +MansionWarpTileIDs: ; c520 (3:4520) + db $1A,$1C,$53,$FF + +LabWarpTileIDs: ; c524 (3:4524) + db $34,$FF + +FacilityWarpTileIDs: ; c526 (3:4526) + db $43,$58,$20 + +CemeteryWarpTileIDs: ; c529 (3:4529) + db $1B + +UndergroundWarpTileIDs: ; c52a (3:452a) + db $13,$FF + +PlateauWarpTileIDs: ; c52c (3:452c) + db $1B,$3B + +ShipPortWarpTileIDs: ; c52e (3:452e) +ClubWarpTileIDs: ; c52e (3:452e) + db $FF |