diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-29 11:46:45 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-29 11:46:45 -0500 |
commit | 2e0183fc2745c9f450a751d82569de52e8a5e6ea (patch) | |
tree | 819a151e3760fb32b13034fe3cf0ec8c2fdd5995 /data/mapHeaders/lab4.asm | |
parent | dd4f0a0064921f74fd68750848fca87ae21c4545 (diff) |
Block IDs use hex; zero connections use dec
Diffstat (limited to 'data/mapHeaders/lab4.asm')
-rwxr-xr-x | data/mapHeaders/lab4.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mapHeaders/lab4.asm b/data/mapHeaders/lab4.asm index e0b23c7d..10ded376 100755 --- a/data/mapHeaders/lab4.asm +++ b/data/mapHeaders/lab4.asm @@ -2,5 +2,5 @@ Lab4_h: 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 + db 0 ; connections dw Lab4Object ; objects |