diff options
Diffstat (limited to 'text/maps/celadon_city.asm')
-rw-r--r-- | text/maps/celadon_city.asm | 182 |
1 files changed, 102 insertions, 80 deletions
diff --git a/text/maps/celadon_city.asm b/text/maps/celadon_city.asm index e2470ec1..c2624a2a 100644 --- a/text/maps/celadon_city.asm +++ b/text/maps/celadon_city.asm @@ -1,152 +1,174 @@ _CeladonCityText1:: - text "I got my KOFFING" - line "in CINNABAR!" + text "Ich habe SMOGON" + line "auf der" + cont "ZINNOBERINSEL" + cont "gefangen!" - para "It's nice, but it" - line "breathes poison" - cont "when it's angry!" + para "Es ist nett, doch" + line "wenn man es" + cont "ärgert, atmet es" + cont "Gift aus!" done _CeladonCityText2:: - text "Heheh! This GYM" - line "is great! It's" - cont "full of women!" + text "Hehe! Diese" + line "ARENA ist voller" + cont "Frauen..." done _CeladonCityText3:: - text "The GAME CORNER" - line "is bad for our" - cont "city's image!" + text "Die SPIELHALLE" + line "schadet dem Ruf" + cont "unserer Stadt!" done _CeladonCityText4:: - text "Moan! I blew it" - line "all at the slots!" + text "Mist! Ich habe" + line "alles verspielt!" - para "I knew I should" - line "have cashed in my" - cont "coins for prizes!" + para "Hätte ich doch" + line "meine Münzen" + cont "rechtzeitig gegen" + cont "einen Preis" + cont "eingetauscht!" done _TM41PreText:: - text "Hello, there!" + text "Hallo erstmal!" - para "I've seen you," - line "but I never had a" - cont "chance to talk!" + para "Ich kenne Dich" + line "vom Sehen! Aber" + cont "ich hatte bisher" + cont "keine Zeit, Dich" + cont "anzusprechen!" - para "Here's a gift for" - line "dropping by!" + para "Hier, nimm dieses" + line "Geschenk!" prompt _ReceivedTM41Text:: - text $52, " received" + text "<PLAYER> erhält" line "@" - TX_RAM wcf4b + TX_RAM wcf50 text "!@@" _TM41ExplanationText:: - text "TM41 teaches" - line "SOFTBOILED!" + text "TM41 ist" + line "WEICHEI!" - para "Only one #MON" - line "can use it!" + para "Nur ein #MON" + line "kann es benutzen!" - para "That #MON is" - line "CHANSEY!" + para "Dieses #MON" + line "heißt CHANEIRA!" done _TM41NoRoomText:: - text "Oh, your pack is" - line "full of items!" + text "Oh, Du trägst" + line "zu viele Items!" done _CeladonCityText6:: - text "This is my trusted" - line "pal, POLIWRATH!" + text "QUAPPO ist" + line "mein bester" + cont "Freund!" - para "It evolved from" - line "POLIWHIRL when I" - cont "used WATER STONE!" + para "Es entwickelte" + line "sich, als ich" + cont "einem QUAPUTZI" + cont "einen WASSERSTEIN" + cont "gab!" done _CeladonCityText7:: - text "POLIWRATH: Ribi" - line "ribit!@@" + text "QUAPPO: Quappo!" + line "Quappo!@@" _CeladonCityText8:: - text "What are you" - line "staring at?" + text "Was starrst Du" + line "mich so an?" done _CeladonCityText9:: - text "Keep out of TEAM" - line "ROCKET's way!" + text "Halte Dich aus" + line "TEAM ROCKETS" + cont "Angelegenheiten" + cont "heraus!" done _CeladonCityText10:: - text "TRAINER TIPS" + text "TIPS FÜR TRAINER" - para "X ACCURACY boosts" - line "the accuracy of" - cont "techniques!" + para "X-TREFFER erhöht" + line "die Genauigkeit" + cont "von Attacken!" - para "DIRE HIT jacks up" - line "the likelihood of" - cont "critical hits!" + para "ANGRIFFPLUS" + line "erhöht die" + cont "Wahrscheinlich-" + cont "keit, einen" + cont "Volltreffer zu" + cont "landen!" - para "Get your items at" - line "CELADON DEPT." - cont "STORE!" + para "Diese Items" + line "kannst Du im" + cont "EINKAUFSZENTRUM" + cont "von PRISMANIA" + cont "CITY kaufen!" done _CeladonCityText11:: - text "CELADON CITY" - line "The City of" - cont "Rainbow Dreams" + text "PRISMANIA CITY" + line "Die Stadt der" + cont "Regenbogen-" + cont "Träume!" done _CeladonCityText13:: - text "CELADON CITY" - line "#MON GYM" - cont "LEADER: ERIKA" + text "PRISMANIA CITY" + line "PKMN-ARENA" + cont "ARENALEITERIN:" + cont "ERIKA" - para "The Nature Loving" - line "Princess!" + para "Die Prinzessin" + line "der Natur!" done _CeladonCityText14:: - text "CELADON MANSION" + text "PRISMANIA-VILLA" done _CeladonCityText15:: - text "Find what you" - line "need at CELADON" - cont "DEPT. STORE!" + text "Im PRISMANIA CITY" + line "EINKAUFSZENTRUM" + cont "findest Du alles," + cont "was Du brauchst!" done _CeladonCityText16:: - text "TRAINER TIPS" + text "TIPS FÜR TRAINER" - para "GUARD SPEC." - line "protects #MON" - cont "against SPECIAL" - cont "attacks such as" - cont "fire and water!" + para "MEGABLOCK schützt" + line "#MON vor " + cont "SPEZIAL-Attacken" + cont "wie Feuer- oder" + cont "Wasser-Attacken!" - para "Get your items at" - line "CELADON DEPT." - cont "STORE!" + para "Diese Items" + line "kannst Du im" + cont "EINKAUFSZENTRUM" + cont "von PRISMANIA" + cont "CITY erstehen!" done _CeladonCityText17:: - text "Coins exchanged" - line "for prizes!" - cont "PRIZE EXCHANGE" + text "Tausche Münzen" + line "gegen Preise!" + cont "WECHSELSTUBE" done _CeladonCityText18:: - text "ROCKET GAME CORNER" - line "The playground" - cont "for grown-ups!" + text "ROCKET SPIELHALLE" + line "Ein Spielplatz" + cont "für Erwachsene!" done |