mirror of
https://github.com/pret/pokered.git
synced 2026-05-24 20:29:07 -05:00
11 lines
391 B
NASM
Executable File
11 lines
391 B
NASM
Executable File
Route21_h:
|
|
db OVERWORLD ; tileset
|
|
db ROUTE_21_HEIGHT, ROUTE_21_WIDTH ; dimensions (y, x)
|
|
dw Route21_Blocks ; blocks
|
|
dw Route21_TextPointers ; texts
|
|
dw Route21_Script ; scripts
|
|
db NORTH | SOUTH ; connections
|
|
NORTH_MAP_CONNECTION ROUTE_21, PALLET_TOWN, 0, 0, PalletTown_Blocks
|
|
SOUTH_MAP_CONNECTION ROUTE_21, CINNABAR_ISLAND, 0, 0, CinnabarIsland_Blocks, 1
|
|
dw Route21_Object ; objects
|