diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 10:54:05 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 10:54:05 -0600 |
commit | bf76d4e4c98ae138b367a363bb30bdab54fe8146 (patch) | |
tree | 837c859b00fcbcac951c1eb833446a2217424e78 | |
parent | c424841fd69a1daab4582d4b52b76a99e537dc5c (diff) |
MtMoonPokecenter_h map header asm
hg-commit-id: 9228cf5f84c2
-rw-r--r-- | pokered.asm | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm index 55c91c0b..a733bdb7 100644 --- a/pokered.asm +++ b/pokered.asm @@ -183,7 +183,7 @@ MapHeaderPointers: ; $01AE dw $46a7 dw BikeShop_h dw $4889 - dw $52c3 + dw MtMoonPokecenter_h dw CeruleanHouseTrashed_h ; copy of map 62 dw Route5Gate_h dw $569d @@ -2208,7 +2208,7 @@ MapHeaderBanks: ; 423D db $17 db BANK(BikeShop_h) db $17 - db $12 + db BANK(MtMoonPokecenter_h) db BANK(CeruleanHouseTrashed_h) ; copy of map 62 db BANK(Route5Gate_h) db $17 @@ -13369,7 +13369,17 @@ CeladonHotel_h: ; 0x4925d to 0x49269 (12 bytes) (bank=12) (id=140) dw $5281 ; objects -INCBIN "baserom.gbc",$49269,$4C000-$49269 +INCBIN "baserom.gbc",$49269,$492C3-$49269 + +MtMoonPokecenter_h: ; 0x492c3 to 0x492cf (12 bytes) (bank=12) (id=68) + db $06 ; tileset + db $04, $07 ; dimensions (y, x) + dw $40ab, $52d5, $52cf ; blocks, texts, scripts + db $00 ; connections + + dw $5376 ; objects + +INCBIN "baserom.gbc",$492CF,$4C000-$492CF SECTION "bank13",DATA,BANK[$13] |