diff options
author | IIMarckus <iimarckus@gmail.com> | 2018-06-02 04:27:31 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2018-06-02 04:27:31 -0600 |
commit | 5d2473f767b431910da023a6e37ad3239dcdd575 (patch) | |
tree | 6200e65d9bd7e8fa8429c62d3907f21587ab74df /de/text/maps/route_24_2.asm | |
parent | f31a2ed69f7368d88a0a1aed5c35aa8cb34af6b3 (diff) |
Start of German translation. Needs work.multilang
Diffstat (limited to 'de/text/maps/route_24_2.asm')
-rw-r--r-- | de/text/maps/route_24_2.asm | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/de/text/maps/route_24_2.asm b/de/text/maps/route_24_2.asm new file mode 100644 index 00000000..c9b7a496 --- /dev/null +++ b/de/text/maps/route_24_2.asm @@ -0,0 +1,109 @@ +_Route24EndBattleText1:: + text "Ich" + line "habe wohl doch" + cont "nichts gesehen!" + prompt + +_Route24AfterBattleText1:: + text "Ich habe mich" + line "versteckt, weil" + cont "mir die Leute auf" + cont "der Brücke Angst" + cont "gemacht haben!" + done + +_Route24BattleText2:: + text "Ich bin Nr. 5!" + line "Dich mache ich" + cont "platt!" + done + +_Route24EndBattleText2:: + text "Das" + line "war zuviel des" + cont "Guten!" + prompt + +_Route24AfterBattleText2:: + text "Ich habe alles" + line "gegeben, ich" + cont "schäme mich" + cont "nicht!" + done + +_Route24BattleText3:: + text "Ich bin Nr. 4!" + line "Wirst Du müde?" + done + +_Route24EndBattleText3:: + text "Ich habe" + line "auch verloren!" + prompt + +_Route24AfterBattleText3:: + text "Ich habe alles" + line "gegeben, ich" + cont "schäme mich" + cont "nicht!" + done + +_Route24BattleText4:: + text "Hier kommt Nr. 3!" + line "Ich mache Dir das" + cont "Leben schwer!" + done + +_Route24EndBattleText4:: + text "Ah!" + line "Eiskalt erwischt!" + prompt + +_Route24AfterBattleText4:: + text "Ich habe alles" + line "gegeben, ich" + cont "schäme mich" + cont "nicht!" + done + +_Route24BattleText5:: + text "Ich bin Nr. 2!" + line "Nun wird es" + cont "ernst!" + done + +_Route24EndBattleText5:: + text "Wie konnte" + line "ich verlieren?" + prompt + +_Route24AfterBattleText5:: + text "Ich habe alles" + line "gegeben, ich" + cont "schäme mich" + cont "nicht!" + done + +_Route24BattleText6:: + text "Das hier ist die" + line "NUGGET-BRÜCKE!" + cont "Wenn Du uns fünf" + cont "Trainer besiegst, " + cont "erhältst Du einen" + cont "wertvollen Preis!" + + para "Willst Du Dein" + line "Glück versuchen?" + done + +_Route24EndBattleText6:: + text "Wow!" + line "Du bist gut!" + prompt + +_Route24AfterBattleText6:: + text "Ich habe alles" + line "gegeben, ich" + cont "schäme mich" + cont "nicht!" + done |