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
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
|
GoldenrodGym_MapScriptHeader: ; 0x54000
; trigger count
db 2
; triggers
dw UnknownScript_0x5400a, $0000
dw UnknownScript_0x5400b, $0000
; callback count
db 0
; 0x5400a
UnknownScript_0x5400a: ; 0x5400a
end
; 0x5400b
UnknownScript_0x5400b: ; 0x5400b
end
; 0x5400c
WhitneyScript_0x5400c: ; 0x5400c
faceplayer
checkevent EVENT_BEAT_WHITNEY
iftrue UnknownScript_0x54037
loadfont
2writetext UnknownText_0x54122
closetext
loadmovesprites
winlosstext UnknownText_0x541a5, $0000
loadtrainer WHITNEY, 1
startbattle
returnafterbattle
setevent EVENT_BEAT_WHITNEY
setevent EVENT_MADE_WHITNEY_CRY
dotrigger $1
setevent EVENT_BEAT_BEAUTY_VICTORIA
setevent EVENT_BEAT_BEAUTY_SAMANTHA
setevent EVENT_BEAT_LASS_CARRIE
setevent EVENT_BEAT_LASS_BRIDGET
UnknownScript_0x54037: ; 0x54037
loadfont
checkevent EVENT_MADE_WHITNEY_CRY
iffalse UnknownScript_0x54044
2writetext UnknownText_0x541f4
closetext
loadmovesprites
end
; 0x54044
UnknownScript_0x54044: ; 0x54044
checkevent EVENT_GOT_TM45_ATTRACT
iftrue UnknownScript_0x54077
checkflag $001d
iftrue UnknownScript_0x54064
2writetext UnknownText_0x54222
keeptextopen
waitbutton
2writetext UnknownText_0x54273
playsound $009c
waitbutton
setflag $001d
checkcode $7
2call UnknownScript_0x5407d
UnknownScript_0x54064: ; 0x54064
2writetext UnknownText_0x5428b
keeptextopen
verbosegiveitem TM_45, 1
iffalse UnknownScript_0x5407b
setevent EVENT_GOT_TM45_ATTRACT
2writetext UnknownText_0x54302
closetext
loadmovesprites
end
; 0x54077
UnknownScript_0x54077: ; 0x54077
2writetext UnknownText_0x54360
closetext
UnknownScript_0x5407b: ; 0x5407b
loadmovesprites
end
; 0x5407d
UnknownScript_0x5407d: ; 0x5407d
if_equal $7, UnknownScript_0x54089
if_equal $6, UnknownScript_0x54086
end
; 0x54086
UnknownScript_0x54086: ; 0x54086
jumpstd $0012
; 0x54089
UnknownScript_0x54089: ; 0x54089
jumpstd $0013
; 0x5408c
TrainerLassCarrie: ; 0x5408c
; bit/flag number
dw $515
; trainer group && trainer id
db LASS, CARRIE
; text when seen
dw LassCarrieSeenText
; text when trainer beaten
dw LassCarrieBeatenText
; script when lost
dw $0000
; script when talk again
dw LassCarrieScript
; 0x54098
LassCarrieScript: ; 0x54098
talkaftercancel
loadfont
2writetext LassCarrieOWText
closetext
loadmovesprites
end
; 0x540a0
WhitneyCriesScript: ; 0x540a0
showemote $0, $4, 15
applymovement $4, BridgetWalksUpMovement
spriteface $0, $0
loadfont
2writetext BridgetWhitneyCriesText
closetext
loadmovesprites
applymovement $4, BridgetWalksAwayMovement
dotrigger $0
clearevent EVENT_MADE_WHITNEY_CRY
end
; 0x540bb
TrainerLassBridget: ; 0x540bb
; bit/flag number
dw $516
; trainer group && trainer id
db LASS, BRIDGET
; text when seen
dw LassBridgetSeenText
; text when trainer beaten
dw LassBridgetBeatenText
; script when lost
dw $0000
; script when talk again
dw LassBridgetScript
; 0x540c7
LassBridgetScript: ; 0x540c7
talkaftercancel
loadfont
2writetext LassBridgetOWText
closetext
loadmovesprites
end
; 0x540cf
TrainerBeautyVictoria: ; 0x540cf
; bit/flag number
dw $4ad
; trainer group && trainer id
db BEAUTY, VICTORIA
; text when seen
dw BeautyVictoriaSeenText
; text when trainer beaten
dw BeautyVictoriaBeatenText
; script when lost
dw $0000
; script when talk again
dw BeautyVictoriaScript
; 0x540db
BeautyVictoriaScript: ; 0x540db
talkaftercancel
loadfont
2writetext BeautyVictoriaOWText
closetext
loadmovesprites
end
; 0x540e3
TrainerBeautySamantha: ; 0x540e3
; bit/flag number
dw $4ae
; trainer group && trainer id
db BEAUTY, SAMANTHA
; text when seen
dw BeautySamanthaSeenText
; text when trainer beaten
dw BeautySamanthaBeatenText
; script when lost
dw $0000
; script when talk again
dw BeautySamanthaScript
; 0x540ef
BeautySamanthaScript: ; 0x540ef
talkaftercancel
loadfont
2writetext BeautySamanthaOWText
closetext
loadmovesprites
end
; 0x540f7
GoldenrodGymGuyScript: ; 0x540f7
faceplayer
checkevent EVENT_BEAT_WHITNEY
iftrue .GoldenrodGymGuyWinScript
loadfont
2writetext GoldenrodGymGuyText
closetext
loadmovesprites
end
.GoldenrodGymGuyWinScript
loadfont
2writetext GoldenrodGymGuyWinText
closetext
loadmovesprites
end
; 0x5410c
MapGoldenrodGymSignpost1Script: ; 0x5410c
checkflag $001d
iftrue UnknownScript_0x54115
jumpstd $002d
; 0x54115
UnknownScript_0x54115: ; 0x54115
trainertotext WHITNEY, 1, $1
jumpstd $002e
; 0x5411c
BridgetWalksUpMovement: ; 0x5411c
step_left
turn_head_up
step_end
; 0x5411f
BridgetWalksAwayMovement: ; 0x5411f
step_right
turn_head_left
step_end
; 0x54122
UnknownText_0x54122: ; 0x54122
text "Hi! I'm WHITNEY!"
para "Everyone was into"
line "#MON, so I got"
cont "into it too!"
para "#MON are"
line "super-cute!"
para "You want to bat-"
line "tle? I'm warning"
cont "you--I'm good!"
done
; 0x541a5
UnknownText_0x541a5: ; 0x541a5
text "Sob…"
para "…Waaaaaaah!"
line "You're mean!"
para "You shouldn't be"
line "so serious! You…"
cont "you child, you!"
done
; 0x541f4
UnknownText_0x541f4: ; 0x541f4
text "Waaaaah!"
para "Waaaaah!"
para "…Snivel, hic…"
line "…You meanie!"
done
; 0x54222
UnknownText_0x54222: ; 0x54222
text "…Sniff…"
para "What? What do you"
line "want? A BADGE?"
para "Oh, right."
line "I forgot. Here's"
cont "PLAINBADGE."
done
; 0x54273
UnknownText_0x54273: ; 0x54273
text $52, " received"
line "PLAINBADGE."
done
; 0x5428b
UnknownText_0x5428b: ; 0x5428b
text "PLAINBADGE lets"
line "your #MON use"
para "STRENGTH outside"
line "of battle."
para "It also boosts"
line "your #MON's"
cont "SPEED."
para "Oh, you can have"
line "this too!"
done
; 0x54302
UnknownText_0x54302: ; 0x54302
text "It's ATTRACT!"
line "It makes full use"
para "of a #MON's"
line "charm."
para "Isn't it just per-"
line "fect for a cutie"
cont "like me?"
done
; 0x54360
UnknownText_0x54360: ; 0x54360
text "Ah, that was a"
line "good cry!"
para "Come for a visit"
line "again! Bye-bye!"
done
; 0x5439b
LassCarrieSeenText: ; 0x5439b
text "Don't let my"
line "#MON's cute"
para "looks fool you."
line "They can whip you!"
done
; 0x543d6
LassCarrieBeatenText: ; 0x543d6
text "Darn… I thought"
line "you were weak…"
done
; 0x543f6
LassCarrieOWText: ; 0x543f6
text "Do my #MON"
line "think I'm cute?"
done
; 0x54411
LassBridgetSeenText: ; 0x54411
text "I like cute #-"
line "MON better than"
cont "strong #MON."
para "But I have strong"
line "and cute #MON!"
done
; 0x5445f
LassBridgetBeatenText: ; 0x5445f
text "Oh, no, no, no!"
done
; 0x54470
LassBridgetOWText: ; 0x54470
text "I'm trying to beat"
line "WHITNEY, but…"
cont "It's depressing."
para "I'm okay! If I"
line "lose, I'll just"
para "try harder next"
line "time!"
done
; 0x544d4
BridgetWhitneyCriesText: ; 0x544d4
text "Oh, no. You made"
line "WHITNEY cry."
para "It's OK. She'll"
line "stop soon. She"
para "always cries when"
line "she loses."
done
; 0x5452d
BeautyVictoriaSeenText: ; 0x5452d
text "Oh, you are a cute"
line "little trainer! "
para "I like you, but I"
line "won't hold back!"
done
; 0x54574
BeautyVictoriaBeatenText: ; 0x54574
text "Let's see… Oops,"
line "it's over?"
done
; 0x5458f
BeautyVictoriaOWText: ; 0x5458f
text "Wow, you must be"
line "good to beat me!"
cont "Keep it up!"
done
; 0x545be
BeautySamanthaSeenText: ; 0x545be
text "Give it your best"
line "shot, or I'll take"
cont "you down!"
done
; 0x545ed
BeautySamanthaBeatenText: ; 0x545ed
text "No! Oh, MEOWTH,"
line "I'm so sorry!"
done
; 0x5460b
BeautySamanthaOWText: ; 0x5460b
text "I taught MEOWTH"
line "moves for taking"
cont "on any type…"
done
; 0x5463a
GoldenrodGymGuyText: ; 0x5463a
text "Yo! CHAMP in"
line "making!"
para "This GYM is home"
line "to normal-type"
cont "#MON trainers."
para "I recommend you"
line "use fighting-type"
cont "#MON."
done
; 0x546a7
GoldenrodGymGuyWinText: ; 0x546a7
text "You won? Great! I"
line "was busy admiring"
cont "the ladies here."
done
; 0x546dd
GoldenrodGym_MapEventHeader: ; 0x546dd
; filler
db 0, 0
; warps
db 2
warp_def $11, $2, 1, GROUP_GOLDENROD_CITY, MAP_GOLDENROD_CITY
warp_def $11, $3, 1, GROUP_GOLDENROD_CITY, MAP_GOLDENROD_CITY
; xy triggers
db 1
xy_trigger 1, $5, $8, $0, WhitneyCriesScript, $0, $0
; signposts
db 2
signpost 15, 1, $0, MapGoldenrodGymSignpost1Script
signpost 15, 4, $0, MapGoldenrodGymSignpost1Script
; people-events
db 6
person_event SPRITE_WHITNEY, 7, 12, $6, $0, 255, 255, $80, 0, WhitneyScript_0x5400c, $ffff
person_event SPRITE_LASS, 17, 13, $9, $0, 255, 255, $92, 4, TrainerLassCarrie, $ffff
person_event SPRITE_LASS, 10, 13, $8, $0, 255, 255, $92, 1, TrainerLassBridget, $ffff
person_event SPRITE_BUENA, 6, 4, $6, $0, 255, 255, $92, 3, TrainerBeautyVictoria, $ffff
person_event SPRITE_BUENA, 9, 23, $6, $0, 255, 255, $92, 3, TrainerBeautySamantha, $ffff
person_event SPRITE_GYM_GUY, 19, 9, $6, $0, 255, 255, $80, 0, GoldenrodGymGuyScript, $ffff
; 0x5474d
|