mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-15 01:26:40 +13:00
9 lines
250 B
NASM
Executable file
9 lines
250 B
NASM
Executable file
SaffronGym_h:
|
|
db FACILITY ; tileset
|
|
db SAFFRON_GYM_HEIGHT, SAFFRON_GYM_WIDTH ; dimensions (y, x)
|
|
dw SaffronGym_Blocks ; blocks
|
|
dw SaffronGym_TextPointers ; texts
|
|
dw SaffronGym_Script ; scripts
|
|
db 0 ; connections
|
|
dw SaffronGym_Object ; objects
|