mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-21 22:37:57 +13:00

Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
11 lines
370 B
NASM
Executable file
11 lines
370 B
NASM
Executable file
Route9_h::
|
|
db OVERWORLD ; tileset
|
|
db ROUTE_9_HEIGHT, ROUTE_9_WIDTH ; dimensions (y, x)
|
|
dw Route9_Blocks ; blocks
|
|
dw Route9_TextPointers ; texts
|
|
dw Route9_Script ; scripts
|
|
db WEST | EAST ; connections
|
|
WEST_MAP_CONNECTION ROUTE_9, CERULEAN_CITY, -3, 1, CeruleanCity_Blocks
|
|
EAST_MAP_CONNECTION ROUTE_9, ROUTE_10, 0, 0, Route10_Blocks, 1
|
|
dw Route9_Object ; objects
|