diff options
Diffstat (limited to 'data/mapHeaders/lab3.asm')
-rwxr-xr-x | data/mapHeaders/lab3.asm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/data/mapHeaders/lab3.asm b/data/mapHeaders/lab3.asm deleted file mode 100755 index 9af39022..00000000 --- a/data/mapHeaders/lab3.asm +++ /dev/null @@ -1,6 +0,0 @@ -Lab3_h: - 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 |