pokered/data/mapHeaders/SaffronCity.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
245 B
NASM
Executable file

map_header SaffronCity, SAFFRON_CITY, OVERWORLD, NORTH | SOUTH | WEST | EAST
connection north, Route5, ROUTE_5, 5
connection south, Route6, ROUTE_6, 5
connection west, Route7, ROUTE_7, 4
connection east, Route8, ROUTE_8, 4
end_map_header