diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-14 10:21:18 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-14 13:32:09 -0400 |
| commit | f37cf959c930ae9595f9f71ce0d9b17dcf5421d0 (patch) | |
| tree | 33cc0d34fec73e972f4fb040b8b31f59b7e69805 /data/tilesets/warp_tile_ids.asm | |
| parent | Merge pull request #269 from Rangi42/master (diff) | |
| download | pokeyellow-f37cf959c930ae9595f9f71ce0d9b17dcf5421d0.tar.gz pokeyellow-f37cf959c930ae9595f9f71ce0d9b17dcf5421d0.tar.xz pokeyellow-f37cf959c930ae9595f9f71ce0d9b17dcf5421d0.zip | |
Clean up some data, using macros for multiline list entries
Diffstat (limited to 'data/tilesets/warp_tile_ids.asm')
| -rwxr-xr-x | data/tilesets/warp_tile_ids.asm | 149 |
1 files changed, 81 insertions, 68 deletions
diff --git a/data/tilesets/warp_tile_ids.asm b/data/tilesets/warp_tile_ids.asm index 6fd326cc..bf19090b 100755 --- a/data/tilesets/warp_tile_ids.asm +++ b/data/tilesets/warp_tile_ids.asm @@ -1,85 +1,98 @@ WarpTileIDPointers: - 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 + 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: - db $1B,$58,$FF +.OverworldWarpTileIDs: + db $1B, $58 + db -1 ; end -ForestGateWarpTileIDs: -MuseumWarpTileIDs: -GateWarpTileIDs: +.ForestGateWarpTileIDs: +.MuseumWarpTileIDs: +.GateWarpTileIDs: db $3B + ; fallthrough +.RedsHouse1WarpTileIDs: +.RedsHouse2WarpTileIDs: + db $1A, $1C + db -1 ; end -RedsHouse1WarpTileIDs: -RedsHouse2WarpTileIDs: - db $1A,$1C,$FF +.MartWarpTileIDs: +.PokecenterWarpTileIDs: + db $5E + db -1 ; end -MartWarpTileIDs: -PokecenterWarpTileIDs: - db $5E,$FF +.ForestWarpTileIDs: + db $5A, $5C, $3A + db -1 ; end -ForestWarpTileIDs: - db $5A,$5C,$3A,$FF +.DojoWarpTileIDs: +.GymWarpTileIDs: + db $4A + db -1 ; end -DojoWarpTileIDs: -GymWarpTileIDs: - db $4A,$FF +.HouseWarpTileIDs: + db $54, $5C, $32 + db -1 ; end -HouseWarpTileIDs: - db $54,$5C,$32,$FF +.ShipWarpTileIDs: + db $37, $39, $1E, $4A + db -1 ; end -ShipWarpTileIDs: - db $37,$39,$1E,$4A,$FF +.InteriorWarpTileIDs: + db $15, $55, $04 + db -1 ; end -InteriorWarpTileIDs: - db $15,$55,$04,$FF +.CavernWarpTileIDs: + db $18, $1A, $22 + db -1 ; end -CavernWarpTileIDs: - db $18,$1A,$22,$FF +.LobbyWarpTileIDs: + db $1A, $1C, $38 + db -1 ; end -LobbyWarpTileIDs: - db $1A,$1C,$38,$FF +.MansionWarpTileIDs: + db $1A, $1C, $53 + db -1 ; end -MansionWarpTileIDs: - db $1A,$1C,$53,$FF +.LabWarpTileIDs: + db $34 + db -1 ; end -LabWarpTileIDs: - db $34,$FF - -FacilityWarpTileIDs: - db $43,$58,$20 - -CemeteryWarpTileIDs: +.FacilityWarpTileIDs: + db $43, $58, $20 + ; fallthrough +.CemeteryWarpTileIDs: db $1B + ; fallthrough +.UndergroundWarpTileIDs: + db $13 + db -1 ; end -UndergroundWarpTileIDs: - db $13,$FF - -PlateauWarpTileIDs: - db $1B,$3B - -ShipPortWarpTileIDs: -ClubWarpTileIDs: - db $FF +.PlateauWarpTileIDs: + db $1B, $3B + ; fallthrough +.ShipPortWarpTileIDs: +.ClubWarpTileIDs: + db -1 ; end |
