blob: ffc5c0fe2e1541f2921c6112d6814a5aca2060b0 (
plain)
1
2
3
4
5
6
7
8
|
FuchsiaGym_h::
db GYM ; tileset
db FUCHSIA_GYM_HEIGHT, FUCHSIA_GYM_WIDTH ; dimensions (y, x)
dw FuchsiaGym_Blocks ; blocks
dw FuchsiaGym_TextPointers ; texts
dw FuchsiaGym_Script ; scripts
db 0 ; connections
dw FuchsiaGym_Object ; objects
|