summaryrefslogtreecommitdiff
path: root/data/phone/text/trainers.asm
blob: 2a15811c54e12108953bf333dee4e7ecb9fe1dcb (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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
PhoneMaleAnswerMornText:
	text "Hello. This is"
	line "@"
	text_ram wStringBuffer3
	text "…"

	para "Good morning,"
	line "<PLAYER>!"
	done

PhoneMaleAnswerDayText:
	text "Hello. This is"
	line "@"
	text_ram wStringBuffer3
	text "…"

	para "How's it going,"
	line "<PLAYER>?"
	done

PhoneMaleAnswerNiteText:
	text "Hello. This is"
	line "@"
	text_ram wStringBuffer3
	text "…"

	para "Good evening,"
	line "<PLAYER>!"
	done

PhoneFemaleAnswerMornText:
	text "Hi. This is"
	line "@"
	text_ram wStringBuffer3
	text "."

	para "Hi, <PLAYER>!"
	line "Good morning."
	done

PhoneFemaleAnswerDayText:
	text "Hi. This is"
	line "@"
	text_ram wStringBuffer3
	text "."

	para "Hi, <PLAYER>!"
	line "How are you?"
	done

PhoneFemaleAnswerNiteText:
	text "Hi. This is"
	line "@"
	text_ram wStringBuffer3
	text "."

	para "Hi, <PLAYER>!"
	line "Good evening."
	done

PhoneMaleGreetMornText:
	text "<PLAYER>, good"
	line "morning!"

	para "It's me, @"
	text_ram wStringBuffer3
	text "."
	line "How are you doing?"
	done

PhoneMaleGreetDayText:
	text "<PLAYER>, howdy!"

	para "It's me, @"
	text_ram wStringBuffer3
	text "."
	line "Isn't it nice out?"
	done

PhoneMaleGreetNiteText:
	text "<PLAYER>, good"
	line "evening!"

	para "It's me, @"
	text_ram wStringBuffer3
	text "."
	line "Got a minute?"
	done

PhoneFemaleGreetMornText:
	text "Good morning,"
	line "<PLAYER>."

	para "This is @"
	text_ram wStringBuffer3
	text "."
	line "Did I wake you?"
	done

PhoneFemaleGreetDayText:
	text "Hello, <PLAYER>."

	para "This is @"
	text_ram wStringBuffer3
	text "."
	line "How are things?"
	done

PhoneFemaleGreetNiteText:
	text "Good evening,"
	line "<PLAYER>."

	para "This is @"
	text_ram wStringBuffer3
	text "."
	line "Were you awake?"
	done

PhoneMaleReallyEnergeticText:
	text "How are your"
	line "#MON doing?"

	para "My @"
	text_ram wStringBuffer4
	text "'s"
	line "really energetic."
	cont "It's a handful!"
	done

PhoneFemaleTopShapeText:
	text "How are your"
	line "#MON doing?"

	para "I always keep my"
	line "@"
	text_ram wStringBuffer4
	text " in top"

	para "shape by going to"
	line "#MON CENTERS."
	done

PhoneMaleLookingAwesomeText:
	text "My @"
	text_ram wStringBuffer4
	text "'s"
	line "looking awesome."

	para "I wish I could"
	line "show you."
	done

PhoneFemaleDressedUpText:
	text "I dressed up my"
	line "@"
	text_ram wStringBuffer4
	text "."

	para "It looks even"
	line "cuter than before."
	done

PhoneMaleManagedToBeatText:
	text "Oh, yeah, I man-"
	line "aged to beat a"
	cont "tough @"
	text_ram wStringBuffer4
	text "."

	para "I need to make my"
	line "party stronger."
	done

PhoneFemaleTypeAdvantageText:
	text "You have to hear"
	line "this! I battled"

	para "@"
	text_ram wStringBuffer4
	text " the"
	line "other day."

	para "It was easy! I had"
	line "a type advantage."
	done

PhoneMaleAlmostCaughtText:
	text "Hey, listen!"
	line "I almost caught"

	para "@"
	text_ram wStringBuffer4
	text " the"
	line "other day."

	para "Oh, it was soooo"
	line "close too!"
	done

PhoneFemaleMissedCatchingText:
	text "Guess what happen-"
	line "ed the other day."

	para "I missed catching"
	line "@"
	text_ram wStringBuffer4
	text " again."

	para "Maybe I'm not very"
	line "good at this…"
	done

PhoneMaleWantsToBattleText:
	text "Want to battle?"
	line "It's not going to"

	para "be a repeat of the"
	line "last time we met."

	para "I'll be around"
	line "@"
	text_ram wStringBuffer5
	text "."
	done

PhoneFemaleWantsToBattleText:
	text "Do you want to"
	line "battle? I'm going"
	cont "to win this time!"

	para "I'll be waiting"
	line "for you around"

	para "@"
	text_ram wStringBuffer5
	text "."
	line "Look for me, OK?"
	done

PhoneWrongNumberKazText:
	text "Hello? This is"
	line "@"
	text_ram wStringBuffer3
	text "…"

	para "Uh-oh… You're not"
	line "KAZ! Sorry, wrong"
	cont "number."
	done

PhoneWrongNumberAudreyText:
	text "Hello, this is"
	line "@"
	text_ram wStringBuffer3
	text ". How are"
	cont "you doing, AUDREY?"

	para "Huh? <PLAYER>?"
	line "Oops! My mistake!"
	done

PhoneSeeYouLaterText:
	text "See you later!"
	done

PhoneByeByeText:
	text "Bye-bye!"
	done

PhoneSwarmGrassText:
	text "You have to see"
	line "this! It's wild!"

	para "A whole bunch of"
	line "@"
	text_ram wStringBuffer4
	text " have"

	para "shown up around"
	line "@"
	text_ram wStringBuffer5
	text "!"
	done

PhoneSwarmFishText:
	text "It's amazing!"

	para "On @"
	text_ram wStringBuffer5
	text ","
	line "@"
	text_ram wStringBuffer4
	text " are"

	para "biting like there"
	line "is no tomorrow."

	para "<PLAYER>, bring"
	line "your ROD, buddy!"
	done

PhoneSwarmCaveText:
	text "A friend just told"
	line "me this."

	para "He saw a lot of"
	line "@"
	text_ram wStringBuffer4
	text " in"
	cont "@"
	text_ram wStringBuffer5
	text "."

	para "<PLAYER>, you ought"
	line "to go look."
	done

PhoneBugCatchingContestText:
	text "They're holding"
	line "the Bug-Catching"

	para "Contest today at"
	line "the PARK."

	para "<PLAYER>, are you"
	line "going to go?"
	done

IrwinRocketTakeoverRumorText:
	text "<PLAYER>, did you"
	line "know?"

	para "I hear GOLDENROD's"
	line "RADIO TOWER was"

	para "taken over by TEAM"
	line "ROCKET."

	para "But what exactly"
	line "is TEAM ROCKET?"
	done

GinaRocketTakeoverRumorText:
	text "<PLAYER>, did you"
	line "hear the news?"

	para "TEAM ROCKET has"
	line "taken over the"

	para "RADIO TOWER in"
	line "GOLDENROD CITY."

	para "I wonder if the"
	line "workers are OK…"
	done