summaryrefslogtreecommitdiff
path: root/de/text/maps/agatha.asm
blob: 56921f7d9aea76652f0abc48c98fcc28b60e272e (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
_AgathaBeforeBattleText::
	text "Ich bin AGATHE"
	line "aus dem Team der"
	cont "TOP VIER!"

	para "PROF. EICH"
	line "lobt Dich in"
	cont "höchsten Tönen,"
	cont "junger Mann!"

	para "Er war einmal ein"
	line "gutaussehender,"
	cont "stattlicher Mann!"
	cont "Doch das war vor"
	cont "Jahrzehnten!"

	para "Heute kümmert er"
	line "sich nur noch um"
	cont "seinen #DEX!"
	cont "Aber #MON"
	cont "wollen ja"
	cont "kämpfen!"

	para "<PLAYER>! "
	line "Ich zeige Dir,"
	cont "wie ein richtiger"
	cont "Trainer kämpft!"
	done

_AgathaEndBattleText::
	text "Wirklich!"
	line "Du bist ein ganz"
	cont "besonderes Kind!"
	prompt

_AgathaAfterBattleText::
	text "Du hast gewonnen!"
	line "Nun verstehe ich,"
	cont "was der Professor"
	cont "meinte..."

	para "Ich stimme ihm"
	line "voll und ganz zu!"
	cont "Setze Deinen Weg"
	cont "fort, mein Junge!"
	done

_AgathaDontRunAwayText::
	text "EINE STIMME:"
	line "Lauf nicht davon!"
	done