diff options
Diffstat (limited to 'text/maps/celadon_city.asm')
-rw-r--r-- | text/maps/celadon_city.asm | 153 |
1 files changed, 153 insertions, 0 deletions
diff --git a/text/maps/celadon_city.asm b/text/maps/celadon_city.asm new file mode 100644 index 00000000..fd1bb98f --- /dev/null +++ b/text/maps/celadon_city.asm @@ -0,0 +1,153 @@ +_CeladonCityText1: ; a59fb (29:59fb) + text "I got my KOFFING" + line "in CINNABAR!" + + para "It's nice, but it" + line "breathes poison" + cont "when it's angry!" + done + +_CeladonCityText2: ; a5a4b (29:5a4b) + text "Heheh! This GYM" + line "is great! It's" + cont "full of women!" + done + +_CeladonCityText3: ; a5a79 (29:5a79) + text "The GAME CORNER" + line "is bad for our" + cont "city's image!" + done + +_CeladonCityText4: ; a5aa6 (29:5aa6) + text "Moan! I blew it" + line "all at the slots!" + + para "I knew I should" + line "have cashed in my" + cont "coins for prizes!" + done + +_TM41PreText: ; a5afd (29:5afd) + text "Hello, there!" + + para "I've seen you," + line "but I never had a" + cont "chance to talk!" + + para "Here's a gift for" + line "dropping by!" + prompt + +_ReceivedTM41Text: ; a5b5a (29:5b5a) + text $52, " received" + line "@" + TX_RAM $cf4b + text "!@@" + +_TM41ExplanationText: ; a5b6e (29:5b6e) + text "TM41 teaches" + line "SOFTBOILED!" + + para "Only one #MON" + line "can use it!" + + para "That #MON is" + line "CHANSEY!" + done + +_TM41NoRoomText: ; a5bb8 (29:5bb8) + text "Oh, your pack is" + line "full of items!" + done + +_CeladonCityText6: ; a5bd9 (29:5bd9) + text "This is my trusted" + line "pal, POLIWRATH!" + + para "It evolved from" + line "POLIWHIRL when I" + cont "used WATER STONE!" + done + +_CeladonCityText7: ; a5c30 (29:5c30) + text "POLIWRATH: Ribi" + line "ribit!@@" + +_CeladonCityText8: ; a5c49 (29:5c49) + text "What are you" + line "staring at?" + done + +_CeladonCityText9: ; a5c63 (29:5c63) + text "Keep out of TEAM" + line "ROCKET's way!" + done + +_CeladonCityText10: ; a5c82 (29:5c82) + text "TRAINER TIPS" + + para "X ACCURACY boosts" + line "the accuracy of" + cont "techniques!" + + para "DIRE HIT jacks up" + line "the likelihood of" + cont "critical hits!" + + para "Get your items at" + line "CELADON DEPT." + cont "STORE!" + done + +_CeladonCityText11: ; a5d18 (29:5d18) + text "CELADON CITY" + line "The City of" + cont "Rainbow Dreams" + done + +_CeladonCityText13: ; a5d41 (29:5d41) + text "CELADON CITY" + line "#MON GYM" + cont "LEADER: ERIKA" + + para "The Nature Loving" + line "Princess!" + done + +_CeladonCityText14: ; a5d82 (29:5d82) + text "CELADON MANSION" + done + +_CeladonCityText15: ; a5d93 (29:5d93) + text "Find what you" + line "need at CELADON" + cont "DEPT. STORE!" + done + +_CeladonCityText16: ; a5dbf (29:5dbf) + text "TRAINER TIPS" + + para "GUARD SPEC." + line "protects #MON" + cont "against SPECIAL" + cont "attacks such as" + cont "fire and water!" + + para "Get your items at" + line "CELADON DEPT." + cont "STORE!" + done + +_CeladonCityText17: ; a5e3e (29:5e3e) + text "Coins exchanged" + line "for prizes!" + cont "PRIZE EXCHANGE" + done + +_CeladonCityText18: ; a5e6a (29:5e6a) + text "ROCKET GAME CORNER" + line "The playground" + cont "for grown-ups!" + done + |