diff options
Diffstat (limited to 'data/mapHeaders/lab3.asm')
-rwxr-xr-x | data/mapHeaders/lab3.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/mapHeaders/lab3.asm b/data/mapHeaders/lab3.asm new file mode 100755 index 00000000..c9709e83 --- /dev/null +++ b/data/mapHeaders/lab3.asm @@ -0,0 +1,6 @@ +Lab3_h: ; 0x75c7b to 0x75c87 (12 bytes) (id=169) + db LAB ; tileset + db CINNABAR_LAB_3_HEIGHT, CINNABAR_LAB_3_WIDTH ; dimensions (y, x) + dw Lab3Blocks, Lab3TextPointers, Lab3Script ; blocks, texts, scripts + db $00 ; connections + dw Lab3Object ; objects |