mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-26 17:04:08 +13:00
6 lines
233 B
NASM
Executable file
6 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
|