summaryrefslogtreecommitdiff
path: root/de/text/maps/daycare_2.asm
blob: 70aae42479a50e3e5f1823db323b08604bf06b28 (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
_DayCareAllRightThenText::
	text "Also,"
	line "@@"

_DayCareComeAgainText::
	text "Dann bis später."
	done

_DayCareNoRoomForMonText::
	text "Du kannst kein"
	line "weiteres #MON"
	cont "mehr tragen!"
	done

_DayCareOnlyHaveOneMonText::
	text "Du hast nur ein"
	line "#MON dabei!"
	done

_DayCareCantAcceptMonWithHMText::
	text "Ein #MON, das"
	line "eine VM-Technik"
	cont "beherrscht, kann"
	cont "nicht bei mir"
	cont "bleiben!"
	done

_DayCareHeresYourMonText::
	text "Vielen Dank! Hier"
	line "ist Dein #MON!"
	prompt

_DayCareNotEnoughMoneyText::
	text "Oh, Du hast"
	line "nicht genug Geld!"
	done