diff options
Diffstat (limited to 'data/mapHeaders/lab1.asm')
-rwxr-xr-x | data/mapHeaders/lab1.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/mapHeaders/lab1.asm b/data/mapHeaders/lab1.asm new file mode 100755 index 00000000..512373c4 --- /dev/null +++ b/data/mapHeaders/lab1.asm @@ -0,0 +1,6 @@ +Lab1_h: ; 0x75b80 to 0x75b8c (12 bytes) (id=167) + 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 |