From 2e0183fc2745c9f450a751d82569de52e8a5e6ea Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Mon, 29 Jan 2018 11:46:45 -0500 Subject: Block IDs use hex; zero connections use dec --- data/mapHeaders/silphco5.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/mapHeaders/silphco5.asm') diff --git a/data/mapHeaders/silphco5.asm b/data/mapHeaders/silphco5.asm index 42704025..c9a4c1d2 100755 --- a/data/mapHeaders/silphco5.asm +++ b/data/mapHeaders/silphco5.asm @@ -2,5 +2,5 @@ SilphCo5_h: db FACILITY ; tileset db SILPH_CO_5F_HEIGHT, SILPH_CO_5F_WIDTH ; dimensions (y, x) dw SilphCo5Blocks, SilphCo5TextPointers, SilphCo5Script ; blocks, texts, scripts - db $00 ; connections + db 0 ; connections dw SilphCo5Object ; objects -- cgit v1.3.1-sl0p