mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 20:16:26 +13:00
7 lines
233 B
NASM
Executable file
7 lines
233 B
NASM
Executable file
FuchsiaGym_h:
|
|
db GYM ; tileset
|
|
db FUCHSIA_GYM_HEIGHT, FUCHSIA_GYM_WIDTH ; dimensions (y, x)
|
|
dw FuchsiaGymBlocks, FuchsiaGymTextPointers, FuchsiaGymScript ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw FuchsiaGymObject ; objects
|