mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-21 06:17:58 +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
246 B
NASM
Executable file
9 lines
246 B
NASM
Executable file
CeladonGym_h::
|
|
db GYM ; tileset
|
|
db CELADON_GYM_HEIGHT, CELADON_GYM_WIDTH ; dimensions (y, x)
|
|
dw CeladonGym_Blocks ; blocks
|
|
dw CeladonGym_TextPointers ; texts
|
|
dw CeladonGym_Script ; scripts
|
|
db 0 ; connections
|
|
dw CeladonGym_Object ; objects
|