summaryrefslogtreecommitdiff
path: root/data/phone/text/brent_caller.asm
blob: e1ef65d74e5e917f31aa0b2412b798964f63a2a1 (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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
BrentRareTradeText:
	text "Oh yeah, I got an"
	line "extremely rare"

	para "#MON in a trade"
	line "a while back."

	para "Do you want to"
	line "know what it is?"

	para "Hehe, I'm keeping"
	line "it a secret!"
	done

BrentDefeatedMonText:
	text "Oh yeah, I took"
	line "down this wild"

	para "@"
	text_ram wStringBuffer4
	text "."
	line "It wasn't rare"

	para "enough to bother"
	line "catching."
	done

BrentLostAMonText:
	text "Oh yeah, I saw a"
	line "rare #MON about"
	cont "an hour ago."

	para "It was my first"
	line "sighting. But I"

	para "didn't have any"
	line "# BALLS…"

	para "Would BILL laugh"
	line "at my mistakes?"
	done

BrentBattleRematchText:
	text "You've got time"
	line "like usual, right?"

	para "Feel like having a"
	line "battle?"

	para "It'll be a chance"
	line "to see my rare"

	para "#MON. It'll be"
	line "worth your time!"

	para "You know where--"
	line "@"
	text_ram wStringBuffer5
	text "."
	done

BrentHangUpText:
	text "So that's it then."
	done

BrentFatherGossipText:
	text "Did you know…?"
	line "BILL's father is"

	para "supposed to be a"
	line "great #MANIAC."
	done

BrentGrandpaGossipText:
	text "Did you know…?"
	line "Apparently BILL's"

	para "grandpa isn't a"
	line "#MANIAC."
	done

BrentGoldenrodGossipText:
	text "Did you know…?"
	line "BILL's originally"
	cont "from GOLDENROD."
	done

BrentRoute25GossipText:
	text "Did you know…?"
	line "BILL evidently"

	para "lives on ROUTE 25"
	line "in KANTO."
	done

BrentAbraGossipText:
	text "Did you know…?"
	line "ABRA was the first"

	para "#MON that BILL"
	line "ostensibly caught."
	done

BrentSisterGossipText:
	text "Did you know…?"
	line "BILL's younger"

	para "sister apparently"
	line "can't wink."
	done

BrentMilkGossipText:
	text "Did you know…?"
	line "BILL supposedly"

	para "hates milk and"
	line "can't drink it."
	done

BrentBattlingGossipText:
	text "Did you know…?"
	line "Evidently, BILL"

	para "isn't very good at"
	line "battling."
	done

BrentFlowerShopGossipText:
	text "Did you know…?"
	line "BILL appears to"

	para "like the lady at"
	line "the FLOWER SHOP."
	done

BrentKimonoGirlGossipText:
	text "Did you know…?"
	line "BILL's mother is"

	para "said to have been"
	line "a KIMONO GIRL."
	done

BrentSorryImTooBusyText:
	text "You wanted to hear"
	line "about BILL?"

	para "Sorry, but I'm too"
	line "busy for you."

	para "I'll call when I"
	line "have time."
	done

BrentReminderText:
	text "You want to see my"
	line "rare #MON."

	para "Hurry over to"
	line "@"
	text_ram wStringBuffer5
	text "."
	done