From d08421069bbd108c9af46759e7a6a4326341b906 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 3 Jan 2012 17:41:02 -0600 Subject: FuchsiaHouse3_h map header asm hg-commit-id: d530ea3f8d31 --- pokered.asm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pokered.asm b/pokered.asm index 3c7ba663..0a5c19da 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14291,7 +14291,17 @@ CeladonMart2_h: ; 0x560e9 to 0x560f5 (12 bytes) (id=123) dw $6111 ; objects -INCBIN "baserom.gbc",$560f5,$1f0b +INCBIN "baserom.gbc",$560f5,$56170 - $560f5 + +FuchsiaHouse3_h: ; 0x56170 to 0x5617c (12 bytes) (id=164) + db $0d ; tileset + db $04, $04 ; dimensions (y, x) + dw $523f, $617f, $617c ; blocks, texts, scripts + db $00 ; connections + + dw $6221 ; objects + +INCBIN "baserom.gbc",$5617c,$1e84 SECTION "bank16",DATA,BANK[$16] INCBIN "baserom.gbc",$58000,$4000 -- cgit v1.3.1-sl0p