mirror of
https://github.com/pret/pokered.git
synced 2026-06-02 22:14:22 -05:00
9 lines
365 B
NASM
Executable File
9 lines
365 B
NASM
Executable File
Route1_h:
|
|
db OVERWORLD ; tileset
|
|
db ROUTE_1_HEIGHT, ROUTE_1_WIDTH ; dimensions (y, x)
|
|
dw Route1Blocks, Route1TextPointers, Route1Script ; blocks, texts, scripts
|
|
db NORTH | SOUTH ; connections
|
|
NORTH_MAP_CONNECTION ROUTE_1, VIRIDIAN_CITY, -3, 2, ViridianCityBlocks
|
|
SOUTH_MAP_CONNECTION ROUTE_1, PALLET_TOWN, 0, 0, PalletTownBlocks, 1
|
|
dw Route1Object ; objects
|