mirror of
https://github.com/pret/pokered.git
synced 2026-04-24 15:08:51 -05: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
|