summaryrefslogtreecommitdiff
path: root/text/Daycare.asm
blob: f346bae6279d68f3d93e795811646c7bd4b76e9a (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
_DayCareIntroText::
	text "Esta GUARDERÍA es"
	line "mía. ¿Quieres que"
	cont "cuide de alguno"
	cont "de tus #MON?"
	done

_DayCareWhichMonText::
	text "¿Qué #MON"
	line "quieres que"
	cont "cuide?"
	prompt

_DayCareWillLookAfterMonText::
	text "Muy bien, cuidaré"
	line "de @"
	text_ram wcd6d
	text_start
	cont "un rato."
	prompt

_DayCareComeSeeMeInAWhileText::
	text "Vuelve dentro"
	line "de un rato."
	done

_DayCareMonHasGrownText::
	text "¡Tu @"
	text_ram wcd6d
	text_start
	line "ha crecido mucho!"

	para "¡Su nivel ha"
	line "subido @"
	text_decimal wDayCareNumLevelsGrown, 1, 3
	text "!"

	para "¿No soy genial?"
	prompt

_DayCareOweMoneyText::
	text "Me debes @"
	text_bcd wDayCareTotalCost, 2 | LEADING_ZEROES | LEFT_ALIGN
	text "¥"
	line "por este"
	cont "#MON."
	done

_DayCareGotMonBackText::
	text "¡<PLAYER>"
	line "recuperó un"
	cont "@"
	text_ram wDayCareMonName
	text "!"
	done

_DayCareMonNeedsMoreTimeText::
	text "¿Ya de vuelta?"
	line "Tu @"
	text_ram wcd6d
	text_start
	cont "aún necesita de"
	cont "mis cuidados."
	prompt