mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 20:46:24 +13:00
7 lines
245 B
NASM
Executable file
7 lines
245 B
NASM
Executable file
CinnabarGym_h:
|
|
db FACILITY ; tileset
|
|
db CINNABAR_GYM_HEIGHT, CINNABAR_GYM_WIDTH ; dimensions (y, x)
|
|
dw CinnabarGymBlocks, CinnabarGymTextPointers, CinnabarGymScript ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw CinnabarGymObject ; objects
|