mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-18 21:16:24 +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
253 B
NASM
Executable file
9 lines
253 B
NASM
Executable file
ViridianGym_h::
|
|
db GYM ; tileset
|
|
db VIRIDIAN_GYM_HEIGHT, VIRIDIAN_GYM_WIDTH ; dimensions (y, x)
|
|
dw ViridianGym_Blocks ; blocks
|
|
dw ViridianGym_TextPointers ; texts
|
|
dw ViridianGym_Script ; scripts
|
|
db 0 ; connections
|
|
dw ViridianGym_Object ; objects
|