mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-22 14: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.
9 lines
285 B
NASM
Executable file
9 lines
285 B
NASM
Executable file
SilphCoElevator_h::
|
|
db LOBBY ; tileset
|
|
db SILPH_CO_ELEVATOR_HEIGHT, SILPH_CO_ELEVATOR_WIDTH ; dimensions (y, x)
|
|
dw SilphCoElevator_Blocks ; blocks
|
|
dw SilphCoElevator_TextPointers ; texts
|
|
dw SilphCoElevator_Script ; scripts
|
|
db 0 ; connections
|
|
dw SilphCoElevator_Object ; objects
|