mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-20 13:57: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
375 B
NASM
Executable file
11 lines
375 B
NASM
Executable file
Route10_h::
|
|
db OVERWORLD ; tileset
|
|
db ROUTE_10_HEIGHT, ROUTE_10_WIDTH ; dimensions (y, x)
|
|
dw Route10_Blocks ; blocks
|
|
dw Route10_TextPointers ; texts
|
|
dw Route10_Script ; scripts
|
|
db SOUTH | WEST ; connections
|
|
SOUTH_MAP_CONNECTION ROUTE_10, LAVENDER_TOWN, 0, 0, LavenderTown_Blocks
|
|
WEST_MAP_CONNECTION ROUTE_10, ROUTE_9, 0, 0, Route9_Blocks
|
|
dw Route10_Object ; objects
|