summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 10:41:20 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 10:41:20 -0600
commit7508442d5ce822ff431048f95ec9f4a7529480ff (patch)
tree8632a2142ac8afdbebbe1ff456eeb14068d4aa28
parentb50e712c8c5433ceba0db45d8c7e33051b70bcd4 (diff)
CeladonMansion3_h map header asm
hg-commit-id: 964b0f3e4562
-rw-r--r--pokered.asm16
1 files changed, 13 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm
index 7f674fb6..2251489c 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -245,7 +245,7 @@ MapHeaderPointers: ; $01AE
dw CeladonMart6_h
dw CeladonMansion1_h
dw CeladonMansion2_h
- dw $4784
+ dw CeladonMansion3_h
dw $485f
dw CeladonMansion5_h
dw $48ac
@@ -2270,7 +2270,7 @@ MapHeaderBanks: ; 423D
db BANK(CeladonMart6_h)
db BANK(CeladonMansion1_h)
db BANK(CeladonMansion2_h)
- db $12
+ db BANK(CeladonMansion3_h)
db $12
db BANK(CeladonMansion5_h)
db $12
@@ -13269,7 +13269,17 @@ CeladonMansion2_h: ; 0x4872e to 0x4873a (12 bytes) (bank=12) (id=129)
dw $4745 ; objects
-INCBIN "baserom.gbc",$4873A,$4C000-$4873A
+INCBIN "baserom.gbc",$4873A,$48784-$4873A
+
+CeladonMansion3_h: ; 0x48784 to 0x48790 (12 bytes) (bank=12) (id=130)
+ db $13 ; tileset
+ db $06, $04 ; dimensions (y, x)
+ dw $4847, $4793, $4790 ; blocks, texts, scripts
+ db $00 ; connections
+
+ dw $47ff ; objects
+
+INCBIN "baserom.gbc",$48790,$4C000-$48790
SECTION "bank13",DATA,BANK[$13]