mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 12:06:25 +13:00
9 lines
360 B
NASM
Executable file
9 lines
360 B
NASM
Executable file
Route8_h:
|
|
db OVERWORLD ; tileset
|
|
db ROUTE_8_HEIGHT, ROUTE_8_WIDTH ; dimensions (y, x)
|
|
dw Route8Blocks, Route8TextPointers, Route8Script ; blocks, texts, scripts
|
|
db WEST | EAST ; connections
|
|
WEST_MAP_CONNECTION ROUTE_8, SAFFRON_CITY, -3, 1, SaffronCityBlocks
|
|
EAST_MAP_CONNECTION ROUTE_8, LAVENDER_TOWN, 0, 0, LavenderTownBlocks
|
|
dw Route8Object ; objects
|