mirror of
https://github.com/pret/pokered.git
synced 2026-06-02 22:14:22 -05:00
8 lines
282 B
NASM
Executable File
8 lines
282 B
NASM
Executable File
Route25_h:
|
|
db OVERWORLD ; tileset
|
|
db ROUTE_25_HEIGHT, ROUTE_25_WIDTH ; dimensions (y, x)
|
|
dw Route25Blocks, Route25TextPointers, Route25Script ; blocks, texts, scripts
|
|
db WEST ; connections
|
|
WEST_MAP_CONNECTION ROUTE_25, ROUTE_24, 0, 0, Route24Blocks
|
|
dw Route25Object ; objects
|