summaryrefslogtreecommitdiff
path: root/data/mapHeaders/lorelei.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2018-01-29 11:46:45 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2018-01-29 11:46:45 -0500
commit2e0183fc2745c9f450a751d82569de52e8a5e6ea (patch)
tree819a151e3760fb32b13034fe3cf0ec8c2fdd5995 /data/mapHeaders/lorelei.asm
parentdd4f0a0064921f74fd68750848fca87ae21c4545 (diff)
Block IDs use hex; zero connections use dec
Diffstat (limited to 'data/mapHeaders/lorelei.asm')
-rwxr-xr-xdata/mapHeaders/lorelei.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mapHeaders/lorelei.asm b/data/mapHeaders/lorelei.asm
index 634435d3..82efe164 100755
--- a/data/mapHeaders/lorelei.asm
+++ b/data/mapHeaders/lorelei.asm
@@ -2,5 +2,5 @@ Lorelei_h:
db GYM ; tileset
db LORELEIS_ROOM_HEIGHT, LORELEIS_ROOM_WIDTH ; dimensions (y, x)
dw LoreleiBlocks, LoreleiTextPointers, LoreleiScript ; blocks, texts, scripts
- db $00 ; connections
+ db 0 ; connections
dw LoreleiObject ; objects