From b50e712c8c5433ceba0db45d8c7e33051b70bcd4 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 3 Jan 2012 10:39:23 -0600 Subject: [PATCH] CeladonMansion2_h map header asm hg-commit-id: 5db568aaee38 --- pokered.asm | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/pokered.asm b/pokered.asm index 6f180634..7f674fb6 100644 --- a/pokered.asm +++ b/pokered.asm @@ -244,7 +244,7 @@ MapHeaderPointers: ; $01AE dw CeladonMart5_h dw CeladonMart6_h dw CeladonMansion1_h - dw $472e + dw CeladonMansion2_h dw $4784 dw $485f dw CeladonMansion5_h @@ -2269,7 +2269,7 @@ MapHeaderBanks: ; 423D db BANK(CeladonMart5_h) db BANK(CeladonMart6_h) db BANK(CeladonMansion1_h) - db $12 + db BANK(CeladonMansion2_h) db $12 db $12 db BANK(CeladonMansion5_h) @@ -13259,7 +13259,17 @@ CeladonMansion1_h: ; 0x48688 to 0x48694 (12 bytes) (bank=12) (id=128) dw $46cf ; objects -INCBIN "baserom.gbc",$48694,$4C000-$48694 +INCBIN "baserom.gbc",$48694,$4872E-$48694 + +CeladonMansion2_h: ; 0x4872e to 0x4873a (12 bytes) (bank=12) (id=129) + db $13 ; tileset + db $06, $04 ; dimensions (y, x) + dw $476c, $473e, $473a ; blocks, texts, scripts + db $00 ; connections + + dw $4745 ; objects + +INCBIN "baserom.gbc",$4873A,$4C000-$4873A SECTION "bank13",DATA,BANK[$13]