mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-15 01:26:40 +13:00
9 lines
252 B
NASM
Executable file
9 lines
252 B
NASM
Executable file
CeruleanGym_h:
|
|
db GYM ; tileset
|
|
db CERULEAN_GYM_HEIGHT, CERULEAN_GYM_WIDTH ; dimensions (y, x)
|
|
dw CeruleanGym_Blocks ; blocks
|
|
dw CeruleanGym_TextPointers ; texts
|
|
dw CeruleanGym_Script ; scripts
|
|
db 0 ; connections
|
|
dw CeruleanGym_Object ; objects
|