diff options
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 |