mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 12:06:25 +13:00
9 lines
359 B
NASM
Executable file
9 lines
359 B
NASM
Executable file
Route2_h:
|
|
db 00 ; tileset
|
|
db ROUTE_2_HEIGHT, ROUTE_2_WIDTH ; dimensions (y, x)
|
|
dw Route2Blocks, Route2TextPointers, Route2Script ; blocks, texts, scripts
|
|
db NORTH | SOUTH ; connections
|
|
NORTH_MAP_CONNECTION ROUTE_2, PEWTER_CITY, -3, 2, PewterCityBlocks
|
|
SOUTH_MAP_CONNECTION ROUTE_2, VIRIDIAN_CITY, -3, 2, ViridianCityBlocks, 1
|
|
dw Route2Object ; objects
|