blob: d0e976e70880c73488584e09ab5c2b3691053fbd (
plain)
1
2
3
4
5
6
|
Lab1_h:
db LAB ; tileset
db CINNABAR_LAB_1_HEIGHT, CINNABAR_LAB_1_WIDTH ; dimensions (y, x)
dw Lab1Blocks, Lab1TextPointers, Lab1Script ; blocks, texts, scripts
db $00 ; connections
dw Lab1Object ; objects
|