mirror of
https://github.com/pret/pokered.git
synced 2026-04-23 07:41:22 -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
261 B
NASM
Executable File
9 lines
261 B
NASM
Executable File
FightingDojo_h::
|
|
db DOJO ; tileset
|
|
db FIGHTING_DOJO_HEIGHT, FIGHTING_DOJO_WIDTH ; dimensions (y, x)
|
|
dw FightingDojo_Blocks ; blocks
|
|
dw FightingDojo_TextPointers ; texts
|
|
dw FightingDojo_Script ; scripts
|
|
db 0 ; connections
|
|
dw FightingDojo_Object ; objects
|