mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-22 23:07:57 +13:00
11 lines
382 B
NASM
Executable file
11 lines
382 B
NASM
Executable file
Route5_h:
|
|
db OVERWORLD ; tileset
|
|
db ROUTE_5_HEIGHT, ROUTE_5_WIDTH ; dimensions (y, x)
|
|
dw Route5_Blocks ; blocks
|
|
dw Route5_TextPointers ; texts
|
|
dw Route5_Script ; scripts
|
|
db NORTH | SOUTH ; connections
|
|
NORTH_MAP_CONNECTION ROUTE_5, CERULEAN_CITY, -3, 2, CeruleanCity_Blocks
|
|
SOUTH_MAP_CONNECTION ROUTE_5, SAFFRON_CITY, -3, 2, SaffronCity_Blocks, 1
|
|
dw Route5_Object ; objects
|