diff options
Diffstat (limited to 'text/maps/route_10.asm')
-rw-r--r-- | text/maps/route_10.asm | 110 |
1 files changed, 61 insertions, 49 deletions
diff --git a/text/maps/route_10.asm b/text/maps/route_10.asm index 057ddcb5..7cb9bd6b 100644 --- a/text/maps/route_10.asm +++ b/text/maps/route_10.asm @@ -1,109 +1,121 @@ _Route10BattleText1:: - text "Wow, are you a" - line "#MANIAC too?" - cont "Want to see my" - cont "collection?" + text "Bist Du auch ein" + line "#MANIAC?" + cont "Möchtest Du meine" + cont "Sammlung sehen?" done _Route10EndBattleText1:: - text "Humph." - line "I'm not angry!" + text "Naja," + line "macht nichts!" prompt _Route10AfterBattleText1:: - text "I have more rare" - line "#MON at home!" + text "Zu Hause habe ich" + line "noch mehr seltene" + cont "#MON!" done _Route10BattleText2:: - text "Ha-hahah-ah-ha!" + text "Ha-ha-ha-ha!" done _Route10EndBattleText2:: - text "Ha-haha!" - line "Not laughing!" - cont "Ha-hay fever!" - cont "Haha-ha-choo!" + text "Ha-ha!" + line "Haha-ha-tschi!" prompt _Route10AfterBattleText2:: - text "Haha-ha-choo!" - line "Ha-choo!" - cont "Snort! Snivel!" + text "Schnief..." + line "Diese verdammte" + cont "Erkältung!" done _Route10BattleText3:: - text "Hi kid, want to" - line "see my #MON?" + text "Hey Du, möchtest" + line "Du meine #MON" + cont "sehen?" done _Route10EndBattleText3:: - text "Oh no!" - line "My #MON!" + text "Nein!" + line "Meine #MON!" prompt _Route10AfterBattleText3:: - text "I don't like you" - line "for beating me!" + text "Ich nehme Dir" + line "übel, daß Du mich" + cont "besiegt hast!" done _Route10BattleText4:: - text "I've been to a" - line "#MON GYM a few" - cont "times. But, I" - cont "lost each time." + text "Jedes Mal, wenn" + line "ich in einer" + cont "PKMN-ARENA" + cont "gekämpft habe, " + cont "wurde ich" + cont "besiegt!" done _Route10EndBattleText4:: - text "Ohh!" - line "Blew it again!" + text "" + line "Nein! Nicht" + cont "schon wieder!" prompt _Route10AfterBattleText4:: - text "I noticed some" - line "#MANIACs" - cont "prowling around." + text "Ich habe einige" + line "#MANIACS" + cont "in dieser Gegend" + cont "gesehen." done _Route10BattleText5:: - text "Ah! This mountain" - line "air is delicious!" + text "Ahh! Die Bergluft" + line "ist so wunderbar" + cont "erfrischend!" done _Route10EndBattleText5:: - text "That" - line "cleared my head!" + text "Ich" + line "kann wieder" + cont "klar denken!" prompt _Route10AfterBattleText5:: - text "I feel bloated on" - line "mountain air!" + text "Ich habe von" + line "Bergluft die Nase" + cont "gestrichen voll!" done _Route10BattleText6:: - text "I'm feeling a bit" - line "faint from this" - cont "tough hike." + text "Ich fühle mich" + line "vom vielen" + cont "Wandern" + cont "erschöpft..." done _Route10EndBattleText6:: - text "I'm" - line "not up to it!" + text "Ich" + line "bin nicht fit!" prompt _Route10AfterBattleText6:: - text "The #MON here" - line "are so chunky!" - cont "There should be a" - cont "pink one with a" - cont "floral pattern!" + text "Viele #MON" + line "in dieser Gegend" + cont "sind grob!" + + para "Ich wünschte," + line "eines wäre rosa" + cont "und trüge ein" + cont "Blumenmuster!" done _Route10Text9:: _Route10Text7:: - text "ROCK TUNNEL" + text "FELSTUNNEL" done _Route10Text10:: - text "POWER PLANT" + text "KRAFTWERK" done |