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/lab2.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/mapHeaders/lab2.asm') diff --git a/data/mapHeaders/lab2.asm b/data/mapHeaders/lab2.asm index 75cbcf1f..3d264741 100755 --- a/data/mapHeaders/lab2.asm +++ b/data/mapHeaders/lab2.asm @@ -2,5 +2,5 @@ Lab2_h: db LAB ; tileset db CINNABAR_LAB_2_HEIGHT, CINNABAR_LAB_2_WIDTH ; dimensions (y, x) dw Lab2Blocks, Lab2TextPointers, Lab2Script ; blocks, texts, scripts - db $00 ; connections + db 0 ; connections dw Lab2Object ; objects -- cgit v1.3.1-sl0p