blob: 71ef596023a1ebe2b7e19710bd36169fffaacde9 (
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
|