diff options
Diffstat (limited to 'data/mapHeaders/lab4.asm')
-rwxr-xr-x | data/mapHeaders/lab4.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/mapHeaders/lab4.asm b/data/mapHeaders/lab4.asm new file mode 100755 index 00000000..82ced4a3 --- /dev/null +++ b/data/mapHeaders/lab4.asm @@ -0,0 +1,6 @@ +Lab4_h: ; 0x75d25 to 0x75d31 (12 bytes) (id=170) + db LAB ; tileset + db CINNABAR_LAB_4_HEIGHT, CINNABAR_LAB_4_WIDTH ; dimensions (y, x) + dw Lab4Blocks, Lab4TextPointers, Lab4Script ; blocks, texts, scripts + db $00 ; connections + dw Lab4Object ; objects |