diff options
Diffstat (limited to 'text/maps/vermilion_city.asm')
-rw-r--r-- | text/maps/vermilion_city.asm | 127 |
1 files changed, 127 insertions, 0 deletions
diff --git a/text/maps/vermilion_city.asm b/text/maps/vermilion_city.asm new file mode 100644 index 00000000..a4df5ffa --- /dev/null +++ b/text/maps/vermilion_city.asm @@ -0,0 +1,127 @@ +_VermilionCityText1: ; a5668 (29:5668) + text "We're careful" + line "about pollution!" + + para "We've heard GRIMER" + line "multiplies in" + cont "toxic sludge!" + done + +_UnnamedText_198a7: ; a56b5 (29:56b5) + text "Did you see S.S." + line "ANNE moored in" + cont "the harbor?" + done + +_UnnamedText_198ac: ; a56e2 (29:56e2) + text "So, S.S.ANNE has" + line "departed!" + + para "She'll be back in" + line "about a year." + done + +_SSAnneWelcomeText4: ; a571d (29:571d) + text "Welcome to S.S." + line "ANNE!" + done + +_SSAnneWelcomeText9: ; a5734 (29:5734) + text "Welcome to S.S." + line "ANNE!" + + para "Excuse me, do you" + line "have a ticket?" + prompt + +_SSAnneFlashedTicketText: ; a576c (29:576c) + text $52, " flashed" + line "the S.S.TICKET!" + + para "Great! Welcome to" + line "S.S.ANNE!" + done + +_SSAnneNoTicketText: ; a57a3 (29:57a3) + text $52, " doesn't" + line "have the needed" + cont "S.S.TICKET." + + para "Sorry!" + + para "You need a ticket" + line "to get aboard." + done + +_SSAnneNotHereText: ; a57f1 (29:57f1) + text "The ship set sail." + done + +_VermilionCityText4: ; a5805 (29:5805) + text "I'm putting up a" + line "building on this" + cont "plot of land." + + para "My #MON is" + line "tamping the land." + done + +_VermilionCityText5: ; a5852 (29:5852) + text "MACHOP: Guoh!" + line "Gogogoh!@@" + +_VermilionCityText14: ; a586b (29:586b) + db $0 + para "A MACHOP is" + line "stomping the land" + cont "flat." + done + +_VermilionCityText6: ; a5891 (29:5891) + text "S.S.ANNE is a" + line "famous luxury" + cont "cruise ship." + + para "We visit VERMILION" + line "once a year." + done + +_VermilionCityText7: ; a58db (29:58db) + text "VERMILION CITY" + line "The Port of" + cont "Exquisite Sunsets" + done + +_VermilionCityText8: ; a5909 (29:5909) + text "NOTICE!" + + para "ROUTE 12 may be" + line "blocked off by a" + cont "sleeping #MON." + + para "Detour through" + line "ROCK TUNNEL to" + cont "LAVENDER TOWN." + + para "VERMILION POLICE" + done + +_VermilionCityText11: ; a5980 (29:5980) + text "#MON FAN CLUB" + line "All #MON fans" + cont "welcome!" + done + +_VermilionCityText12: ; a59a6 (29:59a6) + text "VERMILION CITY" + line "#MON GYM" + cont "LEADER: LT.SURGE" + + para "The Lightning " + line "American!" + done + +_VermilionCityText13: ; a59e9 (29:59e9) + text "VERMILION HARBOR" + done + |