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
327 B
NASM
Executable file
9 lines
327 B
NASM
Executable file
RocketHideoutElevator_h::
|
|
db LOBBY ; tileset
|
|
db ROCKET_HIDEOUT_ELEVATOR_HEIGHT, ROCKET_HIDEOUT_ELEVATOR_WIDTH ; dimensions (y, x)
|
|
dw RocketHideoutElevator_Blocks ; blocks
|
|
dw RocketHideoutElevator_TextPointers ; texts
|
|
dw RocketHideoutElevator_Script ; scripts
|
|
db 0 ; connections
|
|
dw RocketHideoutElevator_Object ; objects
|