mirror of
https://github.com/pret/pokered.git
synced 2026-06-02 22:14:22 -05:00
9 lines
349 B
NASM
Executable File
9 lines
349 B
NASM
Executable File
Route3_h:
|
|
db OVERWORLD ; tileset
|
|
db ROUTE_3_HEIGHT, ROUTE_3_WIDTH ; dimensions (y, x)
|
|
dw Route3Blocks, Route3TextPointers, Route3Script ; blocks, texts, scripts
|
|
db NORTH | WEST ; connections
|
|
NORTH_MAP_CONNECTION ROUTE_3, ROUTE_4, 25, 0, Route4Blocks
|
|
WEST_MAP_CONNECTION ROUTE_3, PEWTER_CITY, -3, 1, PewterCityBlocks
|
|
dw Route3Object ; objects
|