diff options
Diffstat (limited to 'text/maps/route_25.asm')
-rw-r--r-- | text/maps/route_25.asm | 161 |
1 files changed, 88 insertions, 73 deletions
diff --git a/text/maps/route_25.asm b/text/maps/route_25.asm index 325ab348..a08357b3 100644 --- a/text/maps/route_25.asm +++ b/text/maps/route_25.asm @@ -1,156 +1,171 @@ _Route25BattleText1:: - text "Local trainers" - line "come here to" - cont "practice!" + text "Die Trainer der" + line "Gegend kommen" + cont "zum Üben" + cont "hierher!" done _Route25EndBattleText1:: - text "You're" - line "decent." + text "Du bist" + line "richtig gut!" prompt _Route25AfterBattleText1:: - text "All #MON have" - line "weaknesses. It's" - cont "best to raise" - cont "different kinds." + text "Jedes #MON hat" + line "seine Schwächen!" + cont "Man sollte daher" + cont "unterschiedliche" + cont "#MON" + cont "trainieren." done _Route25BattleText2:: - text "Dad took me to a" - line "great party on" - cont "S.S.ANNE at" - cont "VERMILION CITY!" + text "Ich habe in" + line "ORANIA CITY mit" + cont "meinem Papa auf" + cont "der M.S. ANNE" + cont "eine Party" + cont "besucht!" done _Route25EndBattleText2:: - text "I'm" - line "not mad!" + text "Ich bin" + line "nicht sauer!" prompt _Route25AfterBattleText2:: - text "On S.S.ANNE, I" - line "saw trainers from" - cont "around the world." + text "Auf der M.S. ANNE" + line "habe ich Trainer" + cont "aus aller Welt" + cont "gesehen!" done _Route25BattleText3:: - text "I'm a cool guy." - line "I've got a girl" - cont "friend!" + text "Ich bin richtig" + line "cool! Ich habe" + cont "eine Freundin!" done _Route25EndBattleText3:: - text "Aww," - line "darn..." + text "Ach," + line "so ein Mist..." prompt _Route25AfterBattleText3:: - text "Oh well. My girl" - line "will cheer me up." + text "Naja, meine" + line "Freundin wird" + cont "mich aufheitern!" done _Route25BattleText4:: - text "Hi! My boy" - line "friend is cool!" + text "Hallo! Mein" + line "Freund ist cool!" done _Route25EndBattleText4:: - text "I was in" - line "bad condition!" + text "Ich war" + line "nicht in Form!" prompt _Route25AfterBattleText4:: - text "I wish my guy was" - line "as good as you!" + text "Ach, wäre mein" + line "Freund doch auch" + cont "so toll wie Du!" done _Route25BattleText5:: - text "I knew I had to" - line "fight you!" + text "Ich wußte, daß" + line "wir miteinander" + cont "kämpfen würden!" done _Route25EndBattleText5:: - text "I knew" - line "I'd lose too!" + text "Ich" + line "wußte auch, daß" + cont "ich verlieren" + cont "würde!" prompt _Route25AfterBattleText5:: - text "If your #MON" - line "gets confused or" - cont "falls asleep," - cont "switch it!" + text "Wenn eines Deiner" + line "#MON verwirrt" + cont "ist oder schläft," + cont "wechsle es aus!" done _Route25BattleText6:: - text "My friend has a" - line "cute #MON." - cont "I'm so jealous!" + text "Meine Freundin" + line "hat so ein süßes" + cont "#MON! Ich" + cont "bin furchtbar" + cont "neidisch!" done _Route25EndBattleText6:: - text "I'm" - line "not so jealous!" + text "Ich bin" + line "nicht neidisch!" prompt _Route25AfterBattleText6:: - text "You came from MT." - line "MOON? May I have" - cont "a CLEFAIRY?" + text "Du warst auf dem" + line "MONDBERG? Hast" + cont "Du ein PIEPI" + cont "gefunden?" done _Route25BattleText7:: - text "I just got down" - line "from MT.MOON," - cont "but I'm ready!" + text "Ich komme gerade" + line "vom MONDBERG" + cont "und bin topfit!" done _Route25EndBattleText7:: - text "You" - line "worked hard!" + text "Du hast" + line "schwer gekämpft!" prompt _Route25AfterBattleText7:: - text "Drat!" - line "A ZUBAT bit me" - cont "back in there." + text "Mist!" + line "Mich hat ein" + cont "ZUBAT gebissen!" done _Route25BattleText8:: - text "I'm off to see a" - line "#MON collector" - cont "at the cape!" + text "Ich bin auf dem" + line "Weg zu einem" + cont "#MON-Sammler!" done _Route25EndBattleText8:: - text "You" - line "got me." + text "Du hast" + line "mich besiegt." prompt _Route25AfterBattleText8:: - text "The collector has" - line "many rare kinds" - cont "of #MON." + text "Dieser Sammler" + line "besitzt viele" + cont "seltene #MON." done _Route25BattleText9:: - text "You're going to" - line "see BILL? First," - cont "let's fight!" + text "Du möchtest zu" + line "BILL? Aber erst" + cont "wird gekämpft!" done _Route25EndBattleText9:: - text "You're" - line "something." + text "Du hast" + line "viel Erfahrung!" prompt _Route25AfterBattleText9:: - text "The trail below" - line "is a shortcut to" - cont "CERULEAN CITY." + text "Der Pfad dort" + line "unten ist eine" + cont "Abkürzung nach" + cont "AZURIA CITY." done _Route25Text11:: - text "SEA COTTAGE" - line "BILL lives here!" + text "KÜSTENHAUS" + line "Hier wohnt BILL!" done |