mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-14 17:16:42 +13:00
9 lines
252 B
NASM
Executable file
9 lines
252 B
NASM
Executable file
ViridianGym_h:
|
|
db GYM ; tileset
|
|
db VIRIDIAN_GYM_HEIGHT, VIRIDIAN_GYM_WIDTH ; dimensions (y, x)
|
|
dw ViridianGym_Blocks ; blocks
|
|
dw ViridianGym_TextPointers ; texts
|
|
dw ViridianGym_Script ; scripts
|
|
db 0 ; connections
|
|
dw ViridianGym_Object ; objects
|