mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-22 06:47:58 +13:00

Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
10 lines
344 B
NASM
Executable file
10 lines
344 B
NASM
Executable file
IndigoPlateau_h::
|
|
db PLATEAU ; tileset
|
|
db INDIGO_PLATEAU_HEIGHT, INDIGO_PLATEAU_WIDTH ; dimensions (y, x)
|
|
dw IndigoPlateau_Blocks ; blocks
|
|
dw IndigoPlateau_TextPointers ; texts
|
|
dw IndigoPlateau_Script ; scripts
|
|
db SOUTH ; connections
|
|
SOUTH_MAP_CONNECTION INDIGO_PLATEAU, ROUTE_23, 0, 0, Route23_Blocks
|
|
dw IndigoPlateau_Object ; objects
|