blob: a8df3e6ed4a0baf15609bae4ac9ca380ff89bcb7 (
plain)
1
2
3
4
5
6
7
8
|
ViridianForest_h:
db FOREST ; tileset
db VIRIDIAN_FOREST_HEIGHT, VIRIDIAN_FOREST_WIDTH ; dimensions (y, x)
dw ViridianForest_Blocks ; blocks
dw ViridianForest_TextPointers ; texts
dw ViridianForest_Script ; scripts
db 0 ; connections
dw ViridianForest_Object ; objects
|