diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 19:21:11 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 19:21:11 -0600 |
commit | f695e08b12173b3ab38817aee5edd4b368e00543 (patch) | |
tree | b8348ed3d22ce752fdb8f0f94c9d25495a522acf | |
parent | 292e5b8c807a9b06aaecbcc7d3c03173d6a60fe3 (diff) |
fix MtMoonPokecenterTexts
hg-commit-id: 37bbbf5f975f
-rw-r--r-- | common.asm | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -23889,7 +23889,7 @@ CeladonHotelBlocks: ; 28 MtMoonPokecenter_h: ; 0x492c3 to 0x492cf (12 bytes) (bank=12) (id=68) db $06 ; tileset db $04, $07 ; dimensions (y, x) - dw MtMoonPokecenterBlocks, $52d5, MtMoonPokecenterScript ; blocks, texts, scripts + dw MtMoonPokecenterBlocks, MtMoonPokecenterTexts, MtMoonPokecenterScript ; blocks, texts, scripts db $00 ; connections dw MtMoonPokecenterObject ; objects @@ -23899,10 +23899,13 @@ MtMoonPokecenterScript: ; 0x492cf jp $3c3c ; 0x492d5 -INCBIN "baserom.gbc",$492d5,$d +MtMoonPokecenterTexts: + dw MtMoonPokecenterText1, MtMoonPokecenterText2, MtMoonPokecenterText3, MtMoonPokecenterText4, MtMoonPokecenterText5, MtMoonPokecenterText6 -MtMoonPokecenterText2: -MtMoonPokecenterText1: ; 0x492e2 +MtMoonPokecenterText1: ; 0x492e0 + db $ff + +MtMoonPokecenterText2: ; 0x492e2 TX_FAR _MtMoonPokecenterText1 db $50 |