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/lorelei.asm | |
parent | f31a2ed69f7368d88a0a1aed5c35aa8cb34af6b3 (diff) |
Start of German translation. Needs work.multilang
Diffstat (limited to 'de/text/maps/lorelei.asm')
-rw-r--r-- | de/text/maps/lorelei.asm | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/de/text/maps/lorelei.asm b/de/text/maps/lorelei.asm new file mode 100644 index 00000000..a8a55e07 --- /dev/null +++ b/de/text/maps/lorelei.asm @@ -0,0 +1,48 @@ +_LoreleiBeforeBattleText:: + text "Willkommen" + line "in der PKMN-LIGA!" + + para "Ich bin LORELEI" + line "und gehöre zu den" + cont "TOP VIER!" + + para "Niemand kann sich" + line "mit mir messen," + cont "wenn es um" + cont "EIS-#MON geht!" + + para "Die Kraft von" + line "Eis-Attacken ist" + cont "unglaublich!" + + para "Du wirst um Gnade" + line "winseln, wenn ich" + cont "Deine #MON" + cont "eingefroren habe!" + + para "Hahaha!" + line "Bist Du bereit?" + done + +_LoreleiEndBattleText:: + text "Wie" + line "kannst Du es" + cont "wagen?" + prompt + +_LoreleiAfterBattleText:: + text "Du bist besser," + line "als ich dachte!" + cont "Geh ruhig weiter!" + + para "Das hier war nur" + line "ein Vorgeschmack" + cont "auf die Dinge," + cont "die Dich noch" + cont "erwarten..." + done + +_LoreleiDontRunAwayText:: + text "EINE STIMME:" + line "Lauf nicht davon!" + done |