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
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
|
MauvilleCity_PokemonCenter_1F_EventScript_28E066:: @ 828E066
special sub_81201DC
switch VAR_RESULT
case 0, MauvilleCity_PokemonCenter_1F_EventScript_28E0A6
case 1, MauvilleCity_PokemonCenter_1F_EventScript_28E167
case 2, MauvilleCity_PokemonCenter_1F_EventScript_28E4D4
case 3, MauvilleCity_PokemonCenter_1F_EventScript_29014A
case 4, MauvilleCity_PokemonCenter_1F_EventScript_2902F6
end
MauvilleCity_PokemonCenter_1F_EventScript_28E0A6:: @ 828E0A6
lock
faceplayer
msgbox MauvilleCity_PokemonCenter_1F_Text_29038E, 5
compare_var_to_value VAR_RESULT, 1
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E0C7
compare_var_to_value VAR_RESULT, 0
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E0EA
end
MauvilleCity_PokemonCenter_1F_EventScript_28E0C7:: @ 828E0C7
setvar VAR_0x8004, 0
special sub_8120340
delay 60
special sub_81201F4
compare_var_to_value VAR_RESULT, 0
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E0F4
msgbox MauvilleCity_PokemonCenter_1F_Text_2903E6, 4
release
end
MauvilleCity_PokemonCenter_1F_EventScript_28E0EA:: @ 828E0EA
msgbox MauvilleCity_PokemonCenter_1F_Text_2903C0, 4
release
end
MauvilleCity_PokemonCenter_1F_EventScript_28E0F4:: @ 828E0F4
msgbox MauvilleCity_PokemonCenter_1F_Text_290421, 5
compare_var_to_value VAR_RESULT, 1
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E113
compare_var_to_value VAR_RESULT, 0
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E15D
end
MauvilleCity_PokemonCenter_1F_EventScript_28E113:: @ 828E113
setvar VAR_0x8004, 6
call MauvilleCity_PokemonCenter_1F_EventScript_271E7C
lock
faceplayer
compare_var_to_value VAR_RESULT, 0
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E15D
msgbox MauvilleCity_PokemonCenter_1F_Text_2904C1, 4
setvar VAR_0x8004, 1
special sub_8120340
delay 60
msgbox MauvilleCity_PokemonCenter_1F_Text_2904EB, 5
compare_var_to_value VAR_RESULT, 0
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E113
special sub_8120210
msgbox MauvilleCity_PokemonCenter_1F_Text_290514, 4
release
end
MauvilleCity_PokemonCenter_1F_EventScript_28E15D:: @ 828E15D
msgbox MauvilleCity_PokemonCenter_1F_Text_29049B, 4
release
end
MauvilleCity_PokemonCenter_1F_EventScript_28E167:: @ 828E167
lock
faceplayer
setflag FLAG_SYS_HIPSTER_MEET
msgbox MauvilleCity_PokemonCenter_1F_Text_29054C, 4
special sub_8120358
compare_var_to_value VAR_RESULT, 0
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E18C
msgbox MauvilleCity_PokemonCenter_1F_Text_290598, 4
release
end
MauvilleCity_PokemonCenter_1F_EventScript_28E18C:: @ 828E18C
special sub_812038C
compare_var_to_value VAR_RESULT, 1
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E1A4
msgbox MauvilleCity_PokemonCenter_1F_Text_290602, 4
release
end
MauvilleCity_PokemonCenter_1F_EventScript_28E1A4:: @ 828E1A4
msgbox MauvilleCity_PokemonCenter_1F_Text_290666, 4
special sub_8120374
release
end
MauvilleCity_PokemonCenter_1F_Text_28E1B1: @ 828E1B1
.string "Hi, I’m the TRADER.\n"
.string "Want to trade decorations with me?$"
MauvilleCity_PokemonCenter_1F_Text_28E1E8: @ 828E1E8
.string "Oh…\n"
.string "You’ve left me feeling the blues…$"
MauvilleCity_PokemonCenter_1F_Text_28E20E: @ 828E20E
.string "But we’ve traded decorations already,\n"
.string "you and I.$"
MauvilleCity_PokemonCenter_1F_Text_28E23F: @ 828E23F
.string "If you see any decorative item that\n"
.string "you want of mine, speak up.$"
MauvilleCity_PokemonCenter_1F_Text_28E27F: @ 828E27F
.string "You don’t want anything?\n"
.string "I feel unwanted…$"
MauvilleCity_PokemonCenter_1F_Text_28E2A9: @ 828E2A9
.string "That decorative item once belonged\n"
.string "to {STR_VAR_1}.\p"
.string "Do you want it?$"
MauvilleCity_PokemonCenter_1F_Text_28E2E3: @ 828E2E3
.string "Uh… Wait a second. You don’t have a\n"
.string "single piece of decoration!$"
MauvilleCity_PokemonCenter_1F_Text_28E323: @ 828E323
.string "Okay, pick the decoration that you’ll\n"
.string "trade to me.$"
MauvilleCity_PokemonCenter_1F_Text_28E356: @ 828E356
.string "You won’t trade with me?\n"
.string "I feel unwanted…$"
MauvilleCity_PokemonCenter_1F_Text_28E380: @ 828E380
.string "You’ve got all the {STR_VAR_2}S that can\n"
.string "be stored. You’ve no room for this.$"
MauvilleCity_PokemonCenter_1F_Text_28E3C4: @ 828E3C4
.string "Okay, so we’ll trade my {STR_VAR_3}\n"
.string "for your {STR_VAR_2}?$"
MauvilleCity_PokemonCenter_1F_Text_28E3EC: @ 828E3EC
.string "That piece of decoration is in use.\n"
.string "You can’t trade it.$"
MauvilleCity_PokemonCenter_1F_Text_28E424: @ 828E424
.string "Then we’ll trade!\n"
.string "I’ll send my decoration to your PC.$"
MauvilleCity_PokemonCenter_1F_Text_28E45A: @ 828E45A
.string "Oops! Sorry! That’s a really rare\n"
.string "piece of decoration.\l"
.string "I can’t trade that one away!\p"
.string "Can I interest you in something else?$"
MauvilleCity_PokemonCenter_1F_EventScript_28E4D4:: @ 828E4D4
lock
faceplayer
msgbox MauvilleCity_PokemonCenter_1F_Text_28E1B1, 5
compare_var_to_value VAR_RESULT, 0
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E503
special sub_8133CD8
compare_var_to_value VAR_RESULT, 1
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E50D
message MauvilleCity_PokemonCenter_1F_Text_28E23F
waitmessage
goto MauvilleCity_PokemonCenter_1F_EventScript_28E517
end
MauvilleCity_PokemonCenter_1F_EventScript_28E503:: @ 828E503
msgbox MauvilleCity_PokemonCenter_1F_Text_28E1E8, 4
release
end
MauvilleCity_PokemonCenter_1F_EventScript_28E50D:: @ 828E50D
msgbox MauvilleCity_PokemonCenter_1F_Text_28E20E, 4
release
end
MauvilleCity_PokemonCenter_1F_EventScript_28E517:: @ 828E517
special sub_8133EC0
waitstate
compare_var_to_value VAR_0x8004, 0
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E558
compare_var_to_value VAR_0x8004, 65535
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E562
msgbox MauvilleCity_PokemonCenter_1F_Text_28E2A9, 5
compare_var_to_value VAR_RESULT, 0
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E56E
special sub_8133CF4
compare_var_to_value VAR_RESULT, 1
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E57A
goto MauvilleCity_PokemonCenter_1F_EventScript_28E584
end
MauvilleCity_PokemonCenter_1F_EventScript_28E558:: @ 828E558
msgbox MauvilleCity_PokemonCenter_1F_Text_28E27F, 4
release
end
MauvilleCity_PokemonCenter_1F_EventScript_28E562:: @ 828E562
message MauvilleCity_PokemonCenter_1F_Text_28E45A
waitmessage
goto MauvilleCity_PokemonCenter_1F_EventScript_28E517
end
MauvilleCity_PokemonCenter_1F_EventScript_28E56E:: @ 828E56E
message MauvilleCity_PokemonCenter_1F_Text_28E23F
waitmessage
goto MauvilleCity_PokemonCenter_1F_EventScript_28E517
end
MauvilleCity_PokemonCenter_1F_EventScript_28E57A:: @ 828E57A
msgbox MauvilleCity_PokemonCenter_1F_Text_28E2E3, 4
release
end
MauvilleCity_PokemonCenter_1F_EventScript_28E584:: @ 828E584
msgbox MauvilleCity_PokemonCenter_1F_Text_28E323, 4
special sub_8133D8C
waitstate
compare_var_to_value VAR_0x8006, 0
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E5D4
compare_var_to_value VAR_0x8006, 65535
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E5DE
special sub_8133D2C
compare_var_to_value VAR_RESULT, 1
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E5EC
msgbox MauvilleCity_PokemonCenter_1F_Text_28E3C4, 5
compare_var_to_value VAR_RESULT, 0
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E584
special sub_8133E38
msgbox MauvilleCity_PokemonCenter_1F_Text_28E424, 4
release
end
MauvilleCity_PokemonCenter_1F_EventScript_28E5D4:: @ 828E5D4
msgbox MauvilleCity_PokemonCenter_1F_Text_28E356, 4
release
end
MauvilleCity_PokemonCenter_1F_EventScript_28E5DE:: @ 828E5DE
msgbox MauvilleCity_PokemonCenter_1F_Text_28E3EC, 4
goto MauvilleCity_PokemonCenter_1F_EventScript_28E584
end
MauvilleCity_PokemonCenter_1F_EventScript_28E5EC:: @ 828E5EC
msgbox MauvilleCity_PokemonCenter_1F_Text_28E380, 4
release
end
MauvilleCity_PokemonCenter_1F_Text_28E5F6: @ 828E5F6
.string "I’m the STORYTELLER.\n"
.string "I’ll tell you tales of legendary\l"
.string "TRAINERS.\p"
.string "Will you hear my tale?$"
MauvilleCity_PokemonCenter_1F_Text_28E64D: @ 828E64D
.string "Oh…\n"
.string "You’ve left me feeling the blues…$"
MauvilleCity_PokemonCenter_1F_Text_28E673: @ 828E673
.string "I know of these legends.\n"
.string "Which tale will you have me tell?$"
MauvilleCity_PokemonCenter_1F_Text_28E6AE: @ 828E6AE
.string "But, I know of no legendary TRAINERS.\n"
.string "Hence, I know no tales.\p"
.string "Where does one find a TRAINER worthy\n"
.string "of a legendary tale?$"
MauvilleCity_PokemonCenter_1F_Text_28E726: @ 828E726
.string "What’s that?!\n"
.string "You… You…\p"
.string "{STR_VAR_2}\n"
.string "{STR_VAR_1} time(s)?!\p"
.string "That is indeed magnificent!\n"
.string "It’s the birth of a new legend!$"
MauvilleCity_PokemonCenter_1F_Text_28E78A: @ 828E78A
.string "It gets me thinking, could there be\n"
.string "other TRAINERS with more impressive\l"
.string "legends awaiting discovery?$"
MauvilleCity_PokemonCenter_1F_Text_28E7EE: @ 828E7EE
.string "Are you a TRAINER?\p"
.string "Then tell me, have you any tales that\n"
.string "are even remotely legendary?$"
MauvilleCity_PokemonCenter_1F_Text_28E844: @ 828E844
.string "Incidentally… Would you care to hear\n"
.string "another legendary tale?$"
MauvilleCity_PokemonCenter_1F_Text_28E881: @ 828E881
.string "Hmm…\n"
.string "I’m not satisfied…\p"
.string "I wish you would bring me news worthy\n"
.string "of being called a legend.$"
MauvilleCity_PokemonCenter_1F_Text_28E8D9: @ 828E8D9
.string "I wish more people would be interested\n"
.string "in hearing my epic tales of legendary\l"
.string "TRAINERS.$"
.string "The Save-Happy TRAINER$"
.string "Saved the game$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER saved the game\n"
.string "{STR_VAR_1} times!\p"
.string "A more cautious TRAINER than\n"
.string "{STR_VAR_3} one will never find!$"
.string "The Trendsetter TRAINER$"
.string "Started trends$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER started new trends\n"
.string "{STR_VAR_1} times!\p"
.string "{STR_VAR_3} is setting trends for all\n"
.string "the HOENN region!$"
.string "The BERRY-Planting TRAINER$"
.string "Planted BERRIES$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER planted BERRIES\n"
.string "{STR_VAR_1} times!\p"
.string "{STR_VAR_3} is a legendary lover of\n"
.string "BERRIES!$"
.string "The BIKE-Loving TRAINER$"
.string "Traded BIKES$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER swapped BIKES\n"
.string "{STR_VAR_1} times!\p"
.string "{STR_VAR_3} must love BIKES deeply\n"
.string "and passionately!$"
.string "The Interviewed TRAINER$"
.string "Got interviewed$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER got interviewed\n"
.string "{STR_VAR_1} times!\p"
.string "{STR_VAR_3} must be a TRAINER who’s\n"
.string "attracting much attention!$"
.string "The Battle-Happy TRAINER$"
.string "Battled$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER battled {STR_VAR_1} times!\p"
.string "{STR_VAR_3} must be a TRAINER who can\n"
.string "never refuse a chance to battle!$"
.string "The POKéMON-Catching TRAINER$"
.string "Caught POKéMON$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER caught\n"
.string "{STR_VAR_1} POKéMON!\p"
.string "{STR_VAR_3} is a legendary catcher of\n"
.string "wild POKéMON!$"
.string "The Fishing TRAINER$"
.string "Caught POKéMON with a ROD$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER caught\n"
.string "{STR_VAR_1} POKéMON while fishing!\p"
.string "{STR_VAR_3} is a legendary fishing\n"
.string "expert!$"
.string "The EGG-Warming TRAINER$"
.string "Hatched EGGS$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER hatched {STR_VAR_1} POKéMON\n"
.string "from EGGS!\p"
.string "{STR_VAR_3} is a legendary warmer\n"
.string "of EGGS!$"
.string "The Evolver TRAINER$"
.string "Evolved POKéMON$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER made {STR_VAR_1} POKéMON\n"
.string "evolve!\p"
.string "{STR_VAR_3} is the ultimate evolver\n"
.string "of POKéMON!$"
.string "The POKéMON CENTER-Loving TRAINER$"
.string "Used POKéMON CENTERS$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER healed POKéMON\n"
.string "{STR_VAR_1} times at POKéMON CENTERS!\p"
.string "There could be no greater lover of\n"
.string "POKéMON CENTERS than {STR_VAR_3}!$"
.string "The Homebody TRAINER$"
.string "Rested POKéMON at home$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER healed POKéMON\n"
.string "{STR_VAR_1} times at home!\p"
.string "There could be no more of a homebody\n"
.string "than {STR_VAR_3}!$"
.string "The SAFARI-Loving TRAINER$"
.string "Entered the SAFARI ZONE$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER went into the SAFARI ZONE\n"
.string "{STR_VAR_1} times!\p"
.string "{STR_VAR_3} is a TRAINER whose wild side\n"
.string "must come out in the SAFARI ZONE!$"
.string "The CUT-Frenzy TRAINER$"
.string "Used CUT$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER used CUT\n"
.string "{STR_VAR_1} times!\p"
.string "{STR_VAR_3} is a TRAINER who just must\n"
.string "love to CUT!$"
.string "The ROCK-SMASHING TRAINER$"
.string "Smashed rocks$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER used ROCK SMASH\n"
.string "{STR_VAR_1} times!\p"
.string "{STR_VAR_3} must be a TRAINER who\n"
.string "can’t leave a stone unsmashed!$"
.string "The Move-Loving TRAINER$"
.string "Moved the SECRET BASE$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER moved the SECRET BASE\n"
.string "{STR_VAR_1} times!\p"
.string "{STR_VAR_3} is a TRAINER who loves\n"
.string "to move houses often!$"
.string "The SPLASH-Happy TRAINER$"
.string "Used SPLASH$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER used SPLASH\n"
.string "{STR_VAR_1} times!\p"
.string "{STR_VAR_3} is a TRAINER who must love\n"
.string "SPLASHING around!$"
.string "The Tenacious TRAINER$"
.string "Resorted to using STRUGGLE$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER had to rely on STRUGGLE\n"
.string "{STR_VAR_1} times!\p"
.string "{STR_VAR_3} is a tenacious TRAINER\n"
.string "who never gives in to adversity!$"
.string "The SLOT Champ$"
.string "Won the jackpot on the SLOTS$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER won the jackpot on\n"
.string "the SLOTS {STR_VAR_1} times.\p"
.string "{STR_VAR_3} is a TRAINER who was lucky\n"
.string "on the SLOTS!$"
.string "The ROULETTE Champ$"
.string "Had consecutive ROULETTE wins of$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER won in ROULETTE\n"
.string "{STR_VAR_1} times in a row.\p"
.string "{STR_VAR_3} was lucky when the ball\n"
.string "bounced in ROULETTE!$"
.string "The BATTLE TOWER Challenger$"
.string "Took the BATTLE TOWER challenge$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER took the BATTLE TOWER\n"
.string "challenge {STR_VAR_1} times!\p"
.string "{STR_VAR_3} is a TRAINER who aspires\n"
.string "for excellence in the BATTLE TOWER!$"
.string "The Blend-Loving TRAINER$"
.string "Made {POKEBLOCK}S$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER made {POKEBLOCK}S\n"
.string "{STR_VAR_1} times!\p"
.string "There is none better at using a BERRY\n"
.string "BLENDER than {STR_VAR_3}!$"
.string "The CONTEST-Loving TRAINER$"
.string "Entered CONTESTS$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER entered CONTESTS\n"
.string "{STR_VAR_1} times!\p"
.string "{STR_VAR_3} must love showing off\n"
.string "POKéMON to others!$"
.string "The CONTEST Master$"
.string "Won CONTESTS$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER won CONTESTS\n"
.string "{STR_VAR_1} times!\p"
.string "{STR_VAR_3} must be an incredible\n"
.string "CONTEST master!$"
.string "The Happy Shopper$"
.string "Shopped$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER bought items in shops\n"
.string "{STR_VAR_1} times!\p"
.string "{STR_VAR_3} must be one of those\n"
.string "people who are born to shop.$"
.string "The Item-Finding TRAINER$"
.string "Used an ITEMFINDER$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER used an ITEMFINDER\n"
.string "{STR_VAR_1} times!\p"
.string "{STR_VAR_3} must enjoy scouring the\n"
.string "ground for hidden items!$"
.string "The Rain-Soaked TRAINER$"
.string "Got rained on$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER got soaked by rain\n"
.string "{STR_VAR_1} times!\p"
.string "{STR_VAR_3}’s charisma must even\n"
.string "attract rain!$"
.string "The Avid POKéDEX Reader$"
.string "Checked a POKéDEX$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER checked a POKéDEX\n"
.string "{STR_VAR_1} times!\p"
.string "{STR_VAR_3} must love inspecting\n"
.string "POKéMON in a POKéDEX!$"
.string "The RIBBON Collector$"
.string "Received RIBBONS$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER received RIBBONS\n"
.string "{STR_VAR_1} times!\p"
.string "{STR_VAR_3} must be a TRAINER who\n"
.string "loves to collect RIBBONS!$"
.string "The Ledge-Jumping TRAINER$"
.string "Jumped down ledges$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER jumped down ledges\n"
.string "{STR_VAR_1} times!\p"
.string "If there’s a ledge to be jumped,\n"
.string "{STR_VAR_3} can’t ignore it!$"
.string "The Legendary TV Viewer$"
.string "Watched TV$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER watched TV\n"
.string "{STR_VAR_1} times!\p"
.string "{STR_VAR_3} must love watching TV!$"
.string "The Time-Conscious TRAINER$"
.string "Checked the time$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER checked the time\n"
.string "{STR_VAR_1} times!\p"
.string "{STR_VAR_3} must be a punctual TRAINER\n"
.string "who’s conscious of the time.$"
.string "The POKéMON LOTTERY Wizard$"
.string "Won POKéMON LOTTERIES$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER won POKéMON LOTTERIES\n"
.string "{STR_VAR_1} times!\p"
.string "{STR_VAR_3} must have many friends\n"
.string "to trade POKéMON with!$"
.string "The DAY CARE-Using Trainer$"
.string "Left POKéMON at the DAY CARE$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER left POKéMON with the\n"
.string "DAY CARE {STR_VAR_1} times!\p"
.string "{STR_VAR_3} must be a real go-getter\n"
.string "who raises POKéMON aggressively!$"
.string "The CABLE CAR-Loving TRAINER$"
.string "Rode the CABLE CAR$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER rode the CABLE CAR\n"
.string "{STR_VAR_1} times!\p"
.string "{STR_VAR_3} must be a busy TRAINER\n"
.string "who’s up and down all the time!$"
.string "The Hot Spring-Loving TRAINER$"
.string "Bathed in hot springs$"
.string "This is a tale of a TRAINER\n"
.string "named {STR_VAR_3}.\p"
.string "This TRAINER bathed in hot springs\n"
.string "{STR_VAR_1} times!\p"
.string "{STR_VAR_3} must be a TRAINER with\n"
.string "baby-smooth skin!$"
MauvilleCity_PokemonCenter_1F_EventScript_29014A:: @ 829014A
lock
faceplayer
setvar VAR_0x8008, 0
setvar VAR_0x8009, 0
setvar VAR_0x800A, 0
setvar VAR_0x800B, 0
msgbox MauvilleCity_PokemonCenter_1F_Text_28E5F6, 5
compare_var_to_value VAR_RESULT, 0
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_290219
specialvar VAR_RESULT, sub_81213B0
compare_var_to_value VAR_RESULT, 0
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_2901DA
message MauvilleCity_PokemonCenter_1F_Text_28E673
waitmessage
special sub_8121388
waitstate
compare_var_to_value VAR_RESULT, 0
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_2901B7
setvar VAR_0x8008, 1
special sub_812139C
waitmessage
waitbuttonpress
specialvar VAR_RESULT, sub_81213D8
compare_var_to_value VAR_RESULT, 0
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_2901BD
goto MauvilleCity_PokemonCenter_1F_EventScript_29020F
MauvilleCity_PokemonCenter_1F_EventScript_2901B7:: @ 82901B7
goto MauvilleCity_PokemonCenter_1F_EventScript_290219
end
MauvilleCity_PokemonCenter_1F_EventScript_2901BD:: @ 82901BD
msgbox MauvilleCity_PokemonCenter_1F_Text_28E78A, 4
specialvar VAR_RESULT, sub_8121424
compare_var_to_value VAR_RESULT, 1
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_29022D
goto MauvilleCity_PokemonCenter_1F_EventScript_2901E2
MauvilleCity_PokemonCenter_1F_EventScript_2901DA:: @ 82901DA
msgbox MauvilleCity_PokemonCenter_1F_Text_28E6AE, 4
MauvilleCity_PokemonCenter_1F_EventScript_2901E2:: @ 82901E2
msgbox MauvilleCity_PokemonCenter_1F_Text_28E7EE, 5
compare_var_to_value VAR_RESULT, 0
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_290219
specialvar VAR_RESULT, sub_8121450
compare_var_to_value VAR_RESULT, 1
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_29020F
msgbox MauvilleCity_PokemonCenter_1F_Text_28E881, 4
release
end
MauvilleCity_PokemonCenter_1F_EventScript_29020F:: @ 829020F
msgbox MauvilleCity_PokemonCenter_1F_Text_28E726, 4
release
end
MauvilleCity_PokemonCenter_1F_EventScript_290219:: @ 8290219
msgbox MauvilleCity_PokemonCenter_1F_Text_28E64D, 4
release
end
MauvilleCity_PokemonCenter_1F_EventScript_290223:: @ 8290223
msgbox MauvilleCity_PokemonCenter_1F_Text_28E8D9, 4
release
end
MauvilleCity_PokemonCenter_1F_EventScript_29022D:: @ 829022D
release
end
MauvilleCity_PokemonCenter_1F_Text_29022F: @ 829022F
.string "I’m GIDDY!\n"
.string "I have a scintillating story for you!\p"
.string "Would you like to hear my story?$"
MauvilleCity_PokemonCenter_1F_Text_290281: @ 8290281
.string "Oh…\n"
.string "You’ve left me feeling the blues…$"
MauvilleCity_PokemonCenter_1F_Text_2902A7: @ 82902A7
.string "Also, I was thinking…$"
MauvilleCity_PokemonCenter_1F_Text_2902BD: @ 82902BD
.string "That’s about it, I think…\p"
.string "We should chat again!\n"
.string "Bye-bye!$"
MauvilleCity_PokemonCenter_1F_EventScript_2902F6:: @ 82902F6
lock
faceplayer
msgbox MauvilleCity_PokemonCenter_1F_Text_29022F, 5
compare_var_to_value VAR_RESULT, 1
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_290317
compare_var_to_value VAR_RESULT, 0
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_29037A
end
MauvilleCity_PokemonCenter_1F_EventScript_290317:: @ 8290317
special sub_81203C4
compare_var_to_value VAR_RESULT, 1
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_290359
compare_var_to_value VAR_RESULT, 0
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_290384
end
MauvilleCity_PokemonCenter_1F_EventScript_290331:: @ 8290331
special sub_81203C4
compare_var_to_value VAR_RESULT, 1
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_29034B
compare_var_to_value VAR_RESULT, 0
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_290384
end
MauvilleCity_PokemonCenter_1F_EventScript_29034B:: @ 829034B
msgbox MauvilleCity_PokemonCenter_1F_Text_2902A7, 4
goto MauvilleCity_PokemonCenter_1F_EventScript_290359
end
MauvilleCity_PokemonCenter_1F_EventScript_290359:: @ 8290359
special sub_81203FC
special sub_8138AC0
waitmessage
yesnobox 20, 8
compare_var_to_value VAR_RESULT, 1
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_290331
compare_var_to_value VAR_RESULT, 0
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_290331
end
MauvilleCity_PokemonCenter_1F_EventScript_29037A:: @ 829037A
msgbox MauvilleCity_PokemonCenter_1F_Text_290281, 4
release
end
MauvilleCity_PokemonCenter_1F_EventScript_290384:: @ 8290384
msgbox MauvilleCity_PokemonCenter_1F_Text_2902BD, 4
release
end
MauvilleCity_PokemonCenter_1F_Text_29038E: @ 829038E
.string "Hi, I’m the BARD.\n"
.string "Would you like to hear my song?$"
MauvilleCity_PokemonCenter_1F_Text_2903C0: @ 82903C0
.string "Oh…\n"
.string "You’ve left me feeling the blues…$"
MauvilleCity_PokemonCenter_1F_Text_2903E6: @ 82903E6
.string "Oh, what a moving song…\n"
.string "I wish I could play it for others…$"
MauvilleCity_PokemonCenter_1F_Text_290421: @ 8290421
.string "So?\n"
.string "How do you like my song?\p"
.string "But I’m none too happy about\n"
.string "the lyrics.\p"
.string "How would you like to write some\n"
.string "new lyrics for me?$"
MauvilleCity_PokemonCenter_1F_Text_29049B: @ 829049B
.string "Oh…\n"
.string "You’ve left me feeling the blues…$"
MauvilleCity_PokemonCenter_1F_Text_2904C1: @ 82904C1
.string "Thank you kindly!\n"
.string "Let me sing it for you.$"
MauvilleCity_PokemonCenter_1F_Text_2904EB: @ 82904EB
.string "Was that how you wanted your song\n"
.string "to go?$"
MauvilleCity_PokemonCenter_1F_Text_290514: @ 8290514
.string "Okay! That’s it, then.\n"
.string "I’ll sing this song for a while.$"
MauvilleCity_PokemonCenter_1F_Text_29054C: @ 829054C
.string "Hey, yo! They call me the HIPSTER.\n"
.string "I’ll teach you what’s hip and happening.$"
MauvilleCity_PokemonCenter_1F_Text_290598: @ 8290598
.string "But, hey, I taught you what’s hip and\n"
.string "happening already.\p"
.string "I’d like to spread the good word to\n"
.string "other folks.$"
MauvilleCity_PokemonCenter_1F_Text_290602: @ 8290602
.string "But, hey, you already know a lot about\n"
.string "what’s hip and happening.\p"
.string "I’ve got nothing new to teach you!$"
MauvilleCity_PokemonCenter_1F_Text_290666: @ 8290666
.string "Hey, have you heard about\n"
.string "“{STR_VAR_1}”?\p"
.string "What’s it mean? Well…\n"
.string "Ask your daddy or mommy, okay?$"
|