blob: 557b99ed847d6e6dea6373fb7ea1de5270eb107d (
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
|