mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 12:06:25 +13:00
7 lines
233 B
NASM
Executable file
7 lines
233 B
NASM
Executable file
CeladonGym_h:
|
|
db GYM ; tileset
|
|
db CELADON_GYM_HEIGHT, CELADON_GYM_WIDTH ; dimensions (y, x)
|
|
dw CeladonGymBlocks, CeladonGymTextPointers, CeladonGymScript ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw CeladonGymObject ; objects
|