diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 10:33:24 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 10:33:24 -0600 |
commit | af973256eba002fc75c2913e3d90b32c40c7c08c (patch) | |
tree | 6be95952d64c745d13c1b0d5aee5c4ef3b8cba0e | |
parent | c036c9a2e917d89dfbecd623382f36b364a73c76 (diff) |
CeladonMart4_h map header asm
hg-commit-id: 3fedfe37b6b0
-rw-r--r-- | pokered.asm | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm index ec68b4e7..90c2ed54 100644 --- a/pokered.asm +++ b/pokered.asm @@ -240,7 +240,7 @@ MapHeaderPointers: ; $01AE dw $4f7a dw $60e9 dw CeladonMart3_h - dw $434a + dw CeladonMart4_h dw $43c9 dw $45f4 dw $4688 @@ -2265,7 +2265,7 @@ MapHeaderBanks: ; 423D db $18 db $15 db BANK(CeladonMart3_h) - db $12 + db BANK(CeladonMart4_h) db $12 db $12 db $12 @@ -13219,7 +13219,17 @@ CeladonMart3_h: ; 0x48219 to 0x48225 (12 bytes) (bank=12) (id=124) dw $42c4 ; objects -INCBIN "baserom.gbc",$48225,$4000 - $219 - 12 +INCBIN "baserom.gbc",$48225,$4834A-$48225 + +CeladonMart4_h: ; 0x4834a to 0x48356 (12 bytes) (bank=12) (id=125) + db $12 ; tileset + db $04, $0a ; dimensions (y, x) + dw $43a1, $4359, $4356 ; blocks, texts, scripts + db $00 ; connections + + dw $4370 ; objects + +INCBIN "baserom.gbc",$48356,$4C000-$48356 SECTION "bank13",DATA,BANK[$13] |