mirror of
https://github.com/pret/pokered.git
synced 2026-05-20 18:08:27 -05: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
|