mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-15 01:26:40 +13:00
9 lines
245 B
NASM
Executable file
9 lines
245 B
NASM
Executable file
FuchsiaGym_h:
|
|
db GYM ; tileset
|
|
db FUCHSIA_GYM_HEIGHT, FUCHSIA_GYM_WIDTH ; dimensions (y, x)
|
|
dw FuchsiaGym_Blocks ; blocks
|
|
dw FuchsiaGym_TextPointers ; texts
|
|
dw FuchsiaGym_Script ; scripts
|
|
db 0 ; connections
|
|
dw FuchsiaGym_Object ; objects
|