mirror of
https://github.com/pret/pokered.git
synced 2026-05-19 09:33:56 -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
246 B
NASM
Executable File
9 lines
246 B
NASM
Executable File
SilphCo3F_h::
|
|
db FACILITY ; tileset
|
|
db SILPH_CO_3F_HEIGHT, SILPH_CO_3F_WIDTH ; dimensions (y, x)
|
|
dw SilphCo3F_Blocks ; blocks
|
|
dw SilphCo3F_TextPointers ; texts
|
|
dw SilphCo3F_Script ; scripts
|
|
db 0 ; connections
|
|
dw SilphCo3F_Object ; objects
|