summaryrefslogtreecommitdiff
path: root/de/text/oakspeech.asm
diff options
context:
space:
mode:
Diffstat (limited to 'de/text/oakspeech.asm')
-rw-r--r--de/text/oakspeech.asm64
1 files changed, 64 insertions, 0 deletions
diff --git a/de/text/oakspeech.asm b/de/text/oakspeech.asm
new file mode 100644
index 00000000..eb4d3761
--- /dev/null
+++ b/de/text/oakspeech.asm
@@ -0,0 +1,64 @@
+_OakSpeechText1::
+ text "Hallo! Herzlich"
+ line "Willkommen in der"
+ cont "Welt der #MON!"
+
+ para "Mein Name ist"
+ line "EICH! Man nennt"
+ cont "mich den #MON-"
+ cont "PROFESSOR!"
+ prompt
+
+_OakSpeechText2A::
+ text "Diese Welt wird"
+ line "von Wesen"
+ cont "bewohnt, die man"
+ cont "#MON nennt!@@"
+
+_OakSpeechText2B::
+ text ""
+
+ para "Für manche Leute"
+ line "sind #MON"
+ cont "Haustiere, andere"
+ cont "tragen Kämpfe mit"
+ cont "ihnen aus."
+
+ para "Ich selbst..."
+
+ para "...habe mein"
+ line "Hobby zum Beruf"
+ cont "gemacht und"
+ cont "studiere #MON."
+ prompt
+
+_IntroducePlayerText::
+ text "Wie lautet Dein"
+ line "Name?"
+ prompt
+
+_IntroduceRivalText::
+ text "Dies ist mein"
+ line "Enkel."
+ cont "Von jeher wollt"
+ cont "Ihr einander"
+ cont "übertrumpfen!"
+
+ para "Hmm, wie war noch"
+ line "gleich sein Name?"
+ prompt
+
+_OakSpeechText3::
+ text "<PLAYER>!"
+
+ para "Eine unglaubliche"
+ line "Reise in die Welt"
+ cont "der #MON"
+ cont "erwartet Dich!"
+
+ para "Eine Welt voller"
+ line "Wunder, Abenteuer"
+ cont "und Geheimnisse!"
+ cont "Kurz gesagt, ein"
+ cont "Traum wird wahr!"
+ done