diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 10:48:01 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 10:48:01 -0600 |
commit | 42d38b387f240de3e3c0684898c9b2d75f99b22c (patch) | |
tree | 2b3db7481617ff477e3c07032ce358e932a8bd87 | |
parent | dbf6bbad737b36e28dc3498651e0f8e8161cc0d3 (diff) |
CeladonHouse_h map header asm
hg-commit-id: 2f488f31bfe2
-rw-r--r-- | pokered.asm | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm index 9cd00059..2ac87da5 100644 --- a/pokered.asm +++ b/pokered.asm @@ -251,7 +251,7 @@ MapHeaderPointers: ; $01AE dw CeladonPokecenter_h dw CeladonGYM_h dw CeladonGameCorner_h - dw $505d + dw CeladonHouse_h dw $50e4 dw $5145 dw $5202 @@ -2276,7 +2276,7 @@ MapHeaderBanks: ; 423D db BANK(CeladonPokecenter_h) db BANK(CeladonGYM_h) db BANK(CeladonGameCorner_h) - db $12 + db BANK(CeladonHouse_h) db $12 db $12 db $12 @@ -13319,7 +13319,17 @@ CeladonGameCorner_h: ; 0x48bb1 to 0x48bbd (12 bytes) (bank=12) (id=135) dw $4fa0 ; objects -INCBIN "baserom.gbc",$48BBD,$4C000-$48BBD +INCBIN "baserom.gbc",$48BBD,$4905D-$48BBD + +CeladonHouse_h: ; 0x4905d to 0x49069 (12 bytes) (bank=12) (id=136) + db $12 ; tileset + db $04, $0a ; dimensions (y, x) + dw $50bc, $506c, $5069 ; blocks, texts, scripts + db $00 ; connections + + dw $5085 ; objects + +INCBIN "baserom.gbc",$49069,$4C000-$49069 SECTION "bank13",DATA,BANK[$13] |