From fc49cb7123495e98faf089c4f4aec5b9287c3c7f Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 14 Jan 2012 20:33:44 -0600 Subject: improve VermilionPokecenter texts and blocks hg-commit-id: 93334ea888b4 --- common.asm | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/common.asm b/common.asm index cb4818db..38690bac 100644 --- a/common.asm +++ b/common.asm @@ -30796,6 +30796,7 @@ MuseumF1Blocks: ; 40 MuseumF2Blocks: ; 28 INCBIN "maps/museumf2.blk" +VermilionPokecenterBlocks: LavenderPokecenterBlocks: PewterPokecenterBlocks: ; 28 INCBIN "maps/pewterpokecenter.blk" @@ -31720,7 +31721,7 @@ LavenderMartObject: ; 0x5c95d (size=38) VermilionPokecenter_h: ; 0x5c983 to 0x5c98f (12 bytes) (id=89) db $06 ; tileset db $04, $07 ; dimensions (y, x) - dw $4064, $4995, VermilionPokecenterScript ; blocks, texts, scripts + dw VermilionPokecenterBlocks, VermilionPokecenterTexts, VermilionPokecenterScript ; blocks, texts, scripts db $00 ; connections dw VermilionPokecenterObject ; objects @@ -31730,10 +31731,13 @@ VermilionPokecenterScript: ; 0x5c98f jp $3c3c ; 0x5c995 -INCBIN "baserom.gbc",$5c995,$9 +VermilionPokecenterTexts: + dw VermilionPokecenterText1, VermilionPokecenterText2, VermilionPokecenterText3, VermilionPokecenterText4 -VermilionPokecenterText2: -VermilionPokecenterText1: ; 0x5c99e +VermilionPokecenterText1: ; 0x5c99d + db $ff + +VermilionPokecenterText2: ; 0x5c99e TX_FAR _VermilionPokecenterText1 db $50 -- cgit v1.2.3