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
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
|
Route39_MapScriptHeader: ; 0x1a5af3
; trigger count
db 0
; callback count
db 0
; 0x1a5af5
TaurosScript_0x1a5af5: ; 0x1a5af5
loadfont
2writetext UnknownText_0x1a5bf9
cry MILTANK
closetext
loadmovesprites
end
; 0x1a5aff
TrainerPokefanmDerek1: ; 0x1a5aff
; bit/flag number
dw $4ce
; trainer group && trainer id
db POKEFANM, DEREK1
; text when seen
dw PokefanmDerek1SeenText
; text when trainer beaten
dw PokefanmDerek1BeatenText
; script when lost
dw $0000
; script when talk again
dw PokefanmDerek1Script
; 0x1a5b0b
PokefanmDerek1Script: ; 0x1a5b0b
writecode $17, $1c
talkaftercancel
loadfont
checkflag $0083
iftrue UnknownScript_0x1a5b4a
checkcellnum $1c
iftrue UnknownScript_0x1a5b6e
checkpoke PIKACHU
iffalse UnknownScript_0x1a5b5c
checkevent EVENT_SHOWED_DEREK_PIKACHU
iftrue UnknownScript_0x1a5b33
2writetext UnknownText_0x1a5cf8
keeptextopen
setevent EVENT_SHOWED_DEREK_PIKACHU
2call UnknownScript_0x1a5b62
2jump UnknownScript_0x1a5b36
; 0x1a5b33
UnknownScript_0x1a5b33: ; 0x1a5b33
2call UnknownScript_0x1a5b66
UnknownScript_0x1a5b36: ; 0x1a5b36
askforphonenumber $1c
if_equal $1, UnknownScript_0x1a5b76
if_equal $2, UnknownScript_0x1a5b72
trainertotext POKEFANM, DEREK1, $0
2call UnknownScript_0x1a5b6a
2jump UnknownScript_0x1a5b6e
; 0x1a5b4a
UnknownScript_0x1a5b4a: ; 0x1a5b4a
2call UnknownScript_0x1a5b7a
verbosegiveitem NUGGET, 1
iffalse UnknownScript_0x1a5b59
clearflag $0083
2jump UnknownScript_0x1a5b6e
; 0x1a5b59
UnknownScript_0x1a5b59: ; 0x1a5b59
2jump UnknownScript_0x1a5b7e
; 0x1a5b5c
UnknownScript_0x1a5b5c: ; 0x1a5b5c
2writetext UnknownText_0x1a5dec
closetext
loadmovesprites
end
; 0x1a5b62
UnknownScript_0x1a5b62: ; 0x1a5b62
jumpstd $0019
end
; 0x1a5b66
UnknownScript_0x1a5b66: ; 0x1a5b66
jumpstd $001a
end
; 0x1a5b6a
UnknownScript_0x1a5b6a: ; 0x1a5b6a
jumpstd $001b
end
; 0x1a5b6e
UnknownScript_0x1a5b6e: ; 0x1a5b6e
jumpstd $001c
end
; 0x1a5b72
UnknownScript_0x1a5b72: ; 0x1a5b72
jumpstd $001d
end
; 0x1a5b76
UnknownScript_0x1a5b76: ; 0x1a5b76
jumpstd $001e
end
; 0x1a5b7a
UnknownScript_0x1a5b7a: ; 0x1a5b7a
jumpstd $0020
end
; 0x1a5b7e
UnknownScript_0x1a5b7e: ; 0x1a5b7e
jumpstd $0021
end
; 0x1a5b82
TrainerPokefanfRuth: ; 0x1a5b82
; bit/flag number
dw $4da
; trainer group && trainer id
db POKEFANF, RUTH
; text when seen
dw PokefanfRuthSeenText
; text when trainer beaten
dw PokefanfRuthBeatenText
; script when lost
dw $0000
; script when talk again
dw PokefanfRuthScript
; 0x1a5b8e
PokefanfRuthScript: ; 0x1a5b8e
talkaftercancel
loadfont
2writetext UnknownText_0x1a5db2
closetext
loadmovesprites
end
; 0x1a5b96
TrainerSailorEugene: ; 0x1a5b96
; bit/flag number
dw $575
; trainer group && trainer id
db SAILOR, EUGENE
; text when seen
dw SailorEugeneSeenText
; text when trainer beaten
dw SailorEugeneBeatenText
; script when lost
dw $0000
; script when talk again
dw SailorEugeneScript
; 0x1a5ba2
SailorEugeneScript: ; 0x1a5ba2
talkaftercancel
loadfont
2writetext UnknownText_0x1a5c4d
closetext
loadmovesprites
end
; 0x1a5baa
TrainerPsychicNorman: ; 0x1a5baa
; bit/flag number
dw $43f
; trainer group && trainer id
db PSYCHIC_T, NORMAN
; text when seen
dw PsychicNormanSeenText
; text when trainer beaten
dw PsychicNormanBeatenText
; script when lost
dw $0000
; script when talk again
dw PsychicNormanScript
; 0x1a5bb6
PsychicNormanScript: ; 0x1a5bb6
talkaftercancel
loadfont
2writetext UnknownText_0x1a5e57
closetext
loadmovesprites
end
; 0x1a5bbe
PokefanFScript_0x1a5bbe: ; 0x1a5bbe
faceplayer
loadfont
checktime $4
iffalse UnknownScript_0x1a5be5
checkevent $05c2
iftrue UnknownScript_0x1a5bdf
2writetext UnknownText_0x1a5ee8
closetext
loadmovesprites
winlosstext UnknownText_0x1a5f17, $0000
loadtrainer POKEFANF, JAIME
startbattle
returnafterbattle
setevent $05c2
loadmovesprites
end
; 0x1a5bdf
UnknownScript_0x1a5bdf: ; 0x1a5bdf
2writetext UnknownText_0x1a5f31
closetext
loadmovesprites
end
; 0x1a5be5
UnknownScript_0x1a5be5: ; 0x1a5be5
2writetext UnknownText_0x1a5ec4
closetext
loadmovesprites
end
; 0x1a5beb
MapRoute39Signpost2Script: ; 0x1a5beb
jumptext UnknownText_0x1a5fe3
; 0x1a5bee
MapRoute39Signpost1Script: ; 0x1a5bee
jumptext UnknownText_0x1a600a
; 0x1a5bf1
MapRoute39Signpost0Script: ; 0x1a5bf1
jumptext UnknownText_0x1a6036
; 0x1a5bf4
FruitTreeScript_0x1a5bf4: ; 0x1a5bf4
fruittree $f
; 0x1a5bf6
MapRoute39SignpostItem3: ; 0x1a5bf6
dw $00aa
db NUGGET
; 0x1a5bf9
UnknownText_0x1a5bf9: ; 0x1a5bf9
text "MILTANK: Mooo!"
done
; 0x1a5c09
SailorEugeneSeenText: ; 0x1a5c09
text "I just got back to"
line "OLIVINE."
para "So how about a"
line "#MON battle?"
done
; 0x1a5c42
SailorEugeneBeatenText: ; 0x1a5c42
text "Awaaargh!"
done
; 0x1a5c4d
UnknownText_0x1a5c4d: ; 0x1a5c4d
text "My #MON were"
line "caught and raised"
cont "overseas."
para "They're my compan-"
line "ions on those long"
cont "voyages."
done
; 0x1a5ca5
PokefanmDerek1SeenText: ; 0x1a5ca5
text "This is a good"
line "time to brag about"
cont "my PIKACHU!"
done
; 0x1a5cd4
PokefanmDerek1BeatenText: ; 0x1a5cd4
text "I had no time to"
line "show off PIKACHU…"
done
; 0x1a5cf8
UnknownText_0x1a5cf8: ; 0x1a5cf8
text "I'm not listening"
line "to your bragging!"
para "We # FANS have"
line "a policy of not"
para "listening to other"
line "people brag!"
done
; 0x1a5d5b
PokefanfRuthSeenText: ; 0x1a5d5b
text "Such darling"
line "#MON."
para "Let's show our"
line "#MON together"
cont "at the same time."
done
; 0x1a5d9d
PokefanfRuthBeatenText: ; 0x1a5d9d
text "I don't mind"
line "losing."
done
; 0x1a5db2
UnknownText_0x1a5db2: ; 0x1a5db2
text "Do you know about"
line "baby #MON?"
para "I bet they're just"
line "adorable!"
done
; 0x1a5dec
UnknownText_0x1a5dec: ; 0x1a5dec
text "PIKACHU is it!"
line "Don't you agree?"
done
; 0x1a5e0c
PsychicNormanSeenText: ; 0x1a5e0c
text "Let me see what"
line "your #MON are"
cont "capable of."
done
; 0x1a5e37
PsychicNormanBeatenText: ; 0x1a5e37
text "Ooh, your #MON"
line "have potential."
done
; 0x1a5e57
UnknownText_0x1a5e57: ; 0x1a5e57
text "You know how #-"
line "MON have different"
cont "abilities?"
para "People are like"
line "that too. Every-"
cont "one has different"
cont "potential."
done
; 0x1a5ec4
UnknownText_0x1a5ec4: ; 0x1a5ec4
text "Ufufufu… I hope it"
line "gets dark soon."
done
; 0x1a5ee8
UnknownText_0x1a5ee8: ; 0x1a5ee8
text "You came at just"
line "the right time."
para "Let's battle."
done
; 0x1a5f17
UnknownText_0x1a5f17: ; 0x1a5f17
text "Oh, how disap-"
line "pointing…"
done
; 0x1a5f31
UnknownText_0x1a5f31: ; 0x1a5f31
text "I met my MEOWTH at"
line "night, right here"
cont "on ROUTE 39."
para "I'm not sure why,"
line "but it seems to"
para "like it when I"
line "train here."
para "It seems to become"
line "friendlier by"
para "training here than"
line "anywhere else."
done
; 0x1a5fe3
UnknownText_0x1a5fe3: ; 0x1a5fe3
text "ROUTE 39"
para "OLIVINE CITY -"
line "ECRUTEAK CITY"
done
; 0x1a600a
UnknownText_0x1a600a: ; 0x1a600a
text "MOOMOO FARM"
para "Enjoy Our Fresh"
line "and Tasty Milk"
done
; 0x1a6036
UnknownText_0x1a6036: ; 0x1a6036
text "TRAINER TIPS"
para "Use HEADBUTT on"
line "trees to shake"
cont "#MON out."
para "Different kinds of"
line "#MON drop out"
cont "of trees."
para "Use HEADBUTT on"
line "any tree you see!"
done
; 0x1a60ba
Route39_MapEventHeader: ; 0x1a60ba
; filler
db 0, 0
; warps
db 2
warp_def $3, $1, 1, GROUP_ROUTE_39_BARN, MAP_ROUTE_39_BARN
warp_def $3, $5, 1, GROUP_ROUTE_39_FARMHOUSE, MAP_ROUTE_39_FARMHOUSE
; xy triggers
db 0
; signposts
db 4
signpost 31, 5, $0, MapRoute39Signpost0Script
signpost 5, 9, $0, MapRoute39Signpost1Script
signpost 7, 15, $0, MapRoute39Signpost2Script
signpost 13, 5, $7, MapRoute39SignpostItem3
; people-events
db 10
person_event SPRITE_SAILOR, 33, 17, $8, $0, 255, 255, $92, 5, TrainerSailorEugene, $ffff
person_event SPRITE_POKEFAN_M, 26, 14, $7, $0, 255, 255, $82, 4, TrainerPokefanmDerek1, $ffff
person_event SPRITE_POKEFAN_F, 23, 15, $9, $0, 255, 255, $82, 4, TrainerPokefanfRuth, $ffff
person_event SPRITE_TAUROS, 16, 7, $16, $0, 255, 255, $0, 0, TaurosScript_0x1a5af5, $ffff
person_event SPRITE_TAUROS, 15, 10, $16, $0, 255, 255, $0, 0, TaurosScript_0x1a5af5, $ffff
person_event SPRITE_TAUROS, 19, 8, $16, $0, 255, 255, $0, 0, TaurosScript_0x1a5af5, $ffff
person_event SPRITE_TAUROS, 17, 12, $16, $0, 255, 255, $0, 0, TaurosScript_0x1a5af5, $ffff
person_event SPRITE_STANDING_YOUNGSTER, 11, 17, $a, $0, 255, 255, $92, 1, TrainerPsychicNorman, $ffff
person_event SPRITE_FRUIT_TREE, 7, 13, $1, $0, 255, 255, $0, 0, FruitTreeScript_0x1a5bf4, $ffff
person_event SPRITE_POKEFAN_F, 26, 8, $6, $0, 255, 255, $80, 0, PokefanFScript_0x1a5bbe, $ffff
; 0x1a6160
|