From 1feae4eaa942a985f4af4fe203e3a05bffd3c16c Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 3 Jan 2012 10:38:05 -0600 Subject: CeladonMansion1_h map header asm hg-commit-id: 8cfbb70adac1 --- pokered.asm | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/pokered.asm b/pokered.asm index 0be88ed2..6f180634 100644 --- a/pokered.asm +++ b/pokered.asm @@ -243,7 +243,7 @@ MapHeaderPointers: ; $01AE dw CeladonMart4_h dw CeladonMart5_h dw CeladonMart6_h - dw $4688 + dw CeladonMansion1_h dw $472e dw $4784 dw $485f @@ -2268,7 +2268,7 @@ MapHeaderBanks: ; 423D db BANK(CeladonMart4_h) db BANK(CeladonMart5_h) db BANK(CeladonMart6_h) - db $12 + db BANK(CeladonMansion1_h) db $12 db $12 db $12 @@ -13249,7 +13249,17 @@ CeladonMart6_h: ; 0x485f4 to 0x48600 (12 bytes) (bank=12) (id=127) dw $466d ; objects -INCBIN "baserom.gbc",$48600,$4C000-$48600 +INCBIN "baserom.gbc",$48600,$48688-$48600 + +CeladonMansion1_h: ; 0x48688 to 0x48694 (12 bytes) (bank=12) (id=128) + db $13 ; tileset + db $06, $04 ; dimensions (y, x) + dw $4716, $4697, $4694 ; blocks, texts, scripts + db $00 ; connections + + dw $46cf ; objects + +INCBIN "baserom.gbc",$48694,$4C000-$48694 SECTION "bank13",DATA,BANK[$13] -- cgit v1.2.3