summaryrefslogtreecommitdiff
path: root/de/text/oakspeech.asm
blob: eb4d376110531b55dbb772c4f8c87261a84933af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
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