mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 12:06:25 +13:00
9 lines
370 B
NASM
Executable file
9 lines
370 B
NASM
Executable file
Route6_h:
|
|
db OVERWORLD ; tileset
|
|
db ROUTE_6_HEIGHT, ROUTE_6_WIDTH ; dimensions (y, x)
|
|
dw Route6Blocks, Route6TextPointers, Route6Script ; blocks, texts, scripts
|
|
db NORTH | SOUTH ; connections
|
|
NORTH_MAP_CONNECTION ROUTE_6, SAFFRON_CITY, -3, 2, SaffronCityBlocks
|
|
SOUTH_MAP_CONNECTION ROUTE_6, VERMILION_CITY, -3, 2, VermilionCityBlocks, 1
|
|
dw Route6Object ; objects
|