summaryrefslogtreecommitdiff
path: root/text/maps/daycare.asm
blob: 929c9104af7b99467d933f69726071c75c3cc189 (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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
_DayCareMText_5640f::
	text "I run a DAYCARE."
	line "Would you like me"
	cont "to raise one of"
	cont "your #MON?"
	done

_DayCareMText_56414::
	text "Which #MON"
	line "should I raise?"
	prompt

_DayCareMText_56419::
	text "Fine, I'll look"
	line "after @"
	TX_RAM wcd6d
	db $0
	cont "for a while."
	prompt

_DayCareMText_5641e::
	text "Come see me in"
	line "a while."
	done

_DayCareMText_56423::
	text "Your @"
	TX_RAM wcd6d
	db $0
	line "has grown a lot!"

	para "By level, it's"
	line "grown by @"

DayCareMText_8ac67::
	TX_NUM wTrainerEngageDistance,$1,$3
	text "!"

	para "Aren't I great?"
	prompt

_DayCareMText_56428::
	text "You owe me ¥@"
	TX_BCD wcd3f, $c2
	db $0
	line "for the return"
	cont "of this #MON."
	done

_DayCareMText_5642d::
	text $52, " got"
	line "@"
	TX_RAM W_DAYCAREMONNAME
	text " back!"
	done

_DayCareMText_56432::
	text "Back already?"
	line "Your @"
	TX_RAM wcd6d
	db $0
	cont "needs some more"
	cont "time with me."
	prompt

_DayCareMText_56437::
	text "All right then,"
	line "@@"

_DayCareMText_5643b::
	text "Come again."
	done

_DayCareMText_56440::
	text "You have no room"
	line "for this #MON!"
	done

_DayCareMText_56445::
	text "You only have one"
	line "#MON with you."
	done

_DayCareMText_5644a::
	text "I can't accept a"
	line "#MON that"
	cont "knows an HM move."
	done

_DayCareMText_5644f::
	text "Thank you! Here's"
	line "your #MON!"
	prompt

_DayCareMText_56454::
	text "Hey, you don't"
	line "have enough ¥!"
	done