mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-21 22:37:57 +13:00
7 lines
242 B
NASM
Executable file
7 lines
242 B
NASM
Executable file
CeruleanGym_h:
|
|
db GYM ; tileset
|
|
db CERULEAN_GYM_HEIGHT, CERULEAN_GYM_WIDTH ; dimensions (y, x)
|
|
dw CeruleanGymBlocks, CeruleanGymTextPointers, CeruleanGymScript ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw CeruleanGymObject ; objects
|