blob: 3bdb02833f0c826ffbc2dc4c56adbe7e0d812ef8 (
plain)
1
2
3
4
5
6
7
8
|
CeruleanGym_h:
db GYM ; tileset
db CERULEAN_GYM_HEIGHT, CERULEAN_GYM_WIDTH ; dimensions (y, x)
dw CeruleanGym_Blocks ; blocks
dw CeruleanGym_TextPointers ; texts
dw CeruleanGym_Script ; scripts
db 0 ; connections
dw CeruleanGym_Object ; objects
|