mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-22 23:07:57 +13:00
11 lines
380 B
NASM
Executable file
11 lines
380 B
NASM
Executable file
Route2_h:
|
|
db OVERWORLD ; tileset
|
|
db ROUTE_2_HEIGHT, ROUTE_2_WIDTH ; dimensions (y, x)
|
|
dw Route2_Blocks ; blocks
|
|
dw Route2_TextPointers ; texts
|
|
dw Route2_Script ; scripts
|
|
db NORTH | SOUTH ; connections
|
|
NORTH_MAP_CONNECTION ROUTE_2, PEWTER_CITY, -3, 2, PewterCity_Blocks
|
|
SOUTH_MAP_CONNECTION ROUTE_2, VIRIDIAN_CITY, -3, 2, ViridianCity_Blocks, 1
|
|
dw Route2_Object ; objects
|