diff options
Diffstat (limited to 'data/mapHeaders/lab2.asm')
-rwxr-xr-x | data/mapHeaders/lab2.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/mapHeaders/lab2.asm b/data/mapHeaders/lab2.asm new file mode 100755 index 00000000..a3c2ccf6 --- /dev/null +++ b/data/mapHeaders/lab2.asm @@ -0,0 +1,6 @@ +Lab2_h: ; 0x75c15 to 0x75c21 (12 bytes) (id=168) + db LAB ; tileset + db CINNABAR_LAB_2_HEIGHT, CINNABAR_LAB_2_WIDTH ; dimensions (y, x) + dw Lab2Blocks, Lab2TextPointers, Lab2Script ; blocks, texts, scripts + db $00 ; connections + dw Lab2Object ; objects |