pokered/data/mapHeaders/CeruleanCity.asm
Rangi 710c3275fc Simplify map connections
To do: Polished Map support for detecting the tileset
2020-07-03 15:49:12 -04:00

7 lines
249 B
NASM
Executable file

map_header CeruleanCity, CERULEAN_CITY, OVERWORLD, NORTH | SOUTH | WEST | EAST
connection north, Route24, ROUTE_24, 5
connection south, Route5, ROUTE_5, 5
connection west, Route4, ROUTE_4, 4
connection east, Route9, ROUTE_9, 4
end_map_header