blob: 9bad3a7ff9551072c9569d7b43cda84acc98ed7b (
plain)
1
2
3
4
5
6
|
FuchsiaGym_h:
db GYM ; tileset
db FUCHSIA_GYM_HEIGHT, FUCHSIA_GYM_WIDTH ; dimensions (y, x)
dw FuchsiaGymBlocks, FuchsiaGymTextPointers, FuchsiaGymScript ; blocks, texts, scripts
db 0 ; connections
dw FuchsiaGymObject ; objects
|