-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathscripts.inc
847 lines (722 loc) · 21.1 KB
/
scripts.inc
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
.set LOCALID_ARCHIE, 1
.set LOCALID_MAXIE, 2
.set LOCALID_TABITHA, 3
.set LOCALID_MAGMA_GRUNT_2, 22
.set LOCALID_MAGMA_GRUNT_1, 29
MtChimney_MapScripts::
map_script MAP_SCRIPT_ON_RESUME, MtChimney_OnResume
map_script MAP_SCRIPT_ON_TRANSITION, MtChimney_OnTransition
.byte 0
MtChimney_OnTransition:
setvar VAR_JAGGED_PASS_ASH_WEATHER, 1
end
MtChimney_OnResume:
setstepcallback STEP_CB_ASH
end
MtChimney_EventScript_Archie::
lock
faceplayer
call_if_unset FLAG_EVIL_LEADER_PLEASE_STOP, MtChimney_EventScript_ArchieGoStopTeamMagma
call_if_set FLAG_EVIL_LEADER_PLEASE_STOP, MtChimney_EventScript_ArchieBusyFighting
closemessage
applymovement LOCALID_ARCHIE, Common_Movement_FaceOriginalDirection
waitmovement 0
setflag FLAG_EVIL_LEADER_PLEASE_STOP
release
end
MtChimney_EventScript_ArchieGoStopTeamMagma::
msgbox MtChimney_Text_ArchieGoStopTeamMagma, MSGBOX_DEFAULT
return
MtChimney_EventScript_ArchieBusyFighting::
msgbox MtChimney_Text_ArchieIHaveMyHandsFull, MSGBOX_DEFAULT
return
MtChimney_EventScript_Maxie::
lockall
playbgm MUS_ENCOUNTER_MAGMA, FALSE
msgbox MtChimney_Text_MeteoriteWillActivateVolcano, MSGBOX_DEFAULT
applymovement LOCALID_MAXIE, Common_Movement_FacePlayer
waitmovement 0
playse SE_PIN
applymovement LOCALID_MAXIE, Common_Movement_ExclamationMark
waitmovement 0
applymovement LOCALID_MAXIE, Common_Movement_Delay48
waitmovement 0
msgbox MtChimney_Text_MaxieIntro, MSGBOX_DEFAULT
trainerbattle_no_intro TRAINER_MAXIE_MT_CHIMNEY, MtChimney_Text_MaxieDefeat
msgbox MtChimney_Text_MaxieYouHaventSeenLastOfMagma, MSGBOX_DEFAULT
closemessage
delay 30
fadescreen FADE_TO_BLACK
removeobject LOCALID_MAXIE
removeobject LOCALID_MAGMA_GRUNT_1
removeobject LOCALID_TABITHA
removeobject LOCALID_MAGMA_GRUNT_2
setflag FLAG_HIDE_MT_CHIMNEY_TEAM_MAGMA
fadescreen FADE_FROM_BLACK
setobjectxyperm LOCALID_ARCHIE, 10, 12
addobject LOCALID_ARCHIE
call_if_eq VAR_FACING, DIR_EAST, MtChimney_EventScript_ArchieApproachPlayerEast
call_if_eq VAR_FACING, DIR_NORTH, MtChimney_EventScript_ArchieApproachPlayerNorth
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFasterLeft
waitmovement 0
msgbox MtChimney_Text_ArchieThankYou, MSGBOX_DEFAULT
closemessage
call_if_eq VAR_FACING, DIR_EAST, MtChimney_EventScript_ArchieExitEast
call_if_eq VAR_FACING, DIR_NORTH, MtChimney_EventScript_ArchieExitNorth
removeobject LOCALID_ARCHIE
setflag FLAG_HIDE_MT_CHIMNEY_TEAM_AQUA
setflag FLAG_DEFEATED_EVIL_TEAM_MT_CHIMNEY
clearflag FLAG_HIDE_FALLARBOR_HOUSE_PROF_COZMO
setflag FLAG_HIDE_METEOR_FALLS_1F_1R_COZMO
clearflag FLAG_HIDE_MT_CHIMNEY_LAVA_COOKIE_LADY
releaseall
end
MtChimney_EventScript_ArchieApproachPlayerEast::
applymovement LOCALID_ARCHIE, MtChimney_Movement_ArchieApproachPlayerEast
waitmovement 0
return
MtChimney_EventScript_ArchieApproachPlayerNorth::
applymovement LOCALID_ARCHIE, MtChimney_Movement_ArchieApproachPlayerNorth
waitmovement 0
return
MtChimney_EventScript_ArchieExitEast::
applymovement LOCALID_ARCHIE, MtChimney_Movement_ArchieExitEast
waitmovement 0
return
MtChimney_EventScript_ArchieExitNorth::
applymovement LOCALID_ARCHIE, MtChimney_Movement_ArchieExitNorth
waitmovement 0
return
MtChimney_EventScript_LavaCookieLady::
lock
faceplayer
showmoneybox 0, 0
msgbox MtChimney_Text_LavaCookiesJust200, MSGBOX_YESNO
goto_if_eq VAR_RESULT, NO, MtChimney_EventScript_DeclineLavaCookie
checkmoney 200
goto_if_eq VAR_RESULT, FALSE, MtChimney_EventScript_NotEnoughMoney
msgbox MtChimney_Text_ThankYouDear, MSGBOX_DEFAULT
checkitemspace ITEM_LAVA_COOKIE
call_if_eq VAR_RESULT, TRUE, MtChimney_EventScript_RemoveMoney
giveitem ITEM_LAVA_COOKIE
goto_if_eq VAR_RESULT, FALSE, MtChimney_EventScript_BagIsFull
hidemoneybox
release
end
MtChimney_EventScript_BagIsFull::
msgbox gText_TooBadBagIsFull, MSGBOX_DEFAULT
hidemoneybox
release
end
MtChimney_EventScript_RemoveMoney::
removemoney 200
updatemoneybox
return
MtChimney_EventScript_DeclineLavaCookie::
msgbox MtChimney_Text_OhFineThen, MSGBOX_DEFAULT
hidemoneybox
release
end
MtChimney_EventScript_NotEnoughMoney::
msgbox MtChimney_Text_YouveNotGotTheMoney, MSGBOX_DEFAULT
hidemoneybox
release
end
MtChimney_Movement_ArchieApproachPlayerEast:
walk_up
walk_up
walk_up
walk_up
walk_up
walk_up
walk_right
step_end
MtChimney_Movement_ArchieExitEast:
walk_left
walk_down
walk_down
walk_down
walk_down
walk_down
walk_down
walk_down
step_end
MtChimney_Movement_ArchieApproachPlayerNorth:
walk_up
walk_up
walk_up
walk_up
walk_up
walk_right
walk_right
step_end
MtChimney_Movement_ArchieExitNorth:
walk_left
walk_left
walk_down
walk_down
walk_down
walk_down
walk_down
walk_down
walk_down
step_end
MtChimney_Movement_Unused1:
walk_down
walk_down
walk_down
walk_down
walk_down
walk_left
walk_left
walk_down
walk_down
walk_down
walk_down
walk_left
walk_left
walk_left
walk_left
walk_left
walk_down
step_end
MtChimney_Movement_Unused2:
walk_down
walk_down
walk_down
walk_down
walk_left
walk_left
walk_left
walk_down
step_end
MtChimney_Movement_Unused3:
walk_right
walk_down
walk_down
walk_down
walk_down
walk_left
walk_left
walk_left
walk_left
walk_left
walk_down
walk_down
walk_down
walk_down
step_end
MtChimney_Movement_Unused4:
walk_fast_down
walk_fast_down
walk_fast_down
walk_fast_down
walk_fast_down
walk_fast_down
walk_fast_down
walk_fast_down
walk_fast_down
walk_left
walk_left
walk_down
walk_down
walk_down
walk_left
walk_left
walk_down
walk_down
walk_left
walk_left
walk_left
walk_left
walk_left
walk_down
step_end
MtChimney_Movement_Unused5:
delay_16
delay_16
delay_16
walk_down
walk_down
walk_down
walk_left
walk_left
walk_left
walk_down
step_end
MtChimney_Movement_Unused6:
delay_16
walk_left
walk_down
walk_down
walk_down
walk_down
walk_left
walk_left
walk_left
walk_left
walk_left
walk_down
walk_down
walk_down
walk_down
step_end
MtChimney_Movement_Unused7:
delay_16
walk_left
walk_left
walk_down
walk_down
walk_down
walk_left
walk_left
walk_down
walk_down
walk_left
walk_left
walk_left
walk_left
walk_left
walk_down
step_end
MtChimney_Movement_Unused8:
delay_16
walk_down
walk_left
walk_left
walk_left
walk_left
walk_in_place_faster_down
step_end
MtChimney_Movement_Unused9:
walk_down
walk_down
walk_down
walk_down
walk_left
walk_left
walk_left
walk_left
walk_left
walk_down
walk_down
walk_down
walk_down
step_end
MtChimney_Movement_Unused10:
walk_down
step_end
MtChimney_Movement_Unused11:
walk_down
walk_down
walk_down
walk_down
walk_down
walk_down
walk_down
step_end
MtChimney_Movement_Unused12:
delay_16
delay_16
walk_in_place_faster_left
delay_16
walk_down
walk_down
walk_down
walk_down
walk_down
step_end
MtChimney_Movement_Unused13:
delay_16
delay_16
delay_16
delay_16
delay_16
delay_16
walk_in_place_faster_left
delay_16
walk_down
walk_down
step_end
MtChimney_Movement_Unused14:
lock_facing_direction
walk_fast_left
unlock_facing_direction
face_right
step_end
MtChimney_Movement_Unused15:
walk_left
walk_in_place_faster_right
delay_16
step_end
MtChimney_EventScript_BusyAquaGrunt1::
msgbox MtChimney_Text_MagmaOutnumbersUs, MSGBOX_SIGN
end
MtChimney_EventScript_BusyAquaGrunt2::
msgbox MtChimney_Text_LessHabitatForWaterPokemon, MSGBOX_SIGN
end
MtChimney_EventScript_BusyAquaGrunt3::
msgbox MtChimney_Text_MagmasNameSimilar, MSGBOX_SIGN
end
MtChimney_EventScript_Tabitha::
trainerbattle_single TRAINER_TABITHA_MT_CHIMNEY, MtChimney_Text_TabithaIntro, MtChimney_Text_TabithaDefeat
msgbox MtChimney_Text_TabithaPostBattle, MSGBOX_AUTOCLOSE
end
MtChimney_EventScript_Grunt2::
trainerbattle_single TRAINER_GRUNT_MT_CHIMNEY_2, MtChimney_Text_Grunt2Intro, MtChimney_Text_Grunt2Defeat
msgbox MtChimney_Text_Grunt2PostBattle, MSGBOX_AUTOCLOSE
end
MtChimney_EventScript_BusyMagmaGrunt1::
msgbox MtChimney_Text_TeamAquaAlwaysMessingWithPlans, MSGBOX_SIGN
end
MtChimney_EventScript_BusyMagmaGrunt2::
msgbox MtChimney_Text_MeteoritesPackAmazingPower, MSGBOX_SIGN
end
MtChimney_EventScript_BusyMagmaGrunt3::
msgbox MtChimney_Text_YouBetterNotMessWithUs, MSGBOX_SIGN
end
MtChimney_EventScript_BusyMagmaGrunt4::
msgbox MtChimney_Text_AquasNameSimilar, MSGBOX_SIGN
end
MtChimney_EventScript_BusyMagmaGrunt5::
msgbox MtChimney_Text_DouseThemInFire, MSGBOX_SIGN
end
MtChimney_EventScript_BusyMagmaGrunt6::
msgbox MtChimney_Text_KeepMakingMoreLand, MSGBOX_SIGN
end
MtChimney_EventScript_MagmaPoochyena::
msgbox MtChimney_Text_Bufoh, MSGBOX_SIGN
end
MtChimney_EventScript_AquaPoochyena::
msgbox MtChimney_Text_Bushaa, MSGBOX_SIGN
end
MtChimney_EventScript_MeteoriteMachine::
lockall
goto_if_unset FLAG_DEFEATED_EVIL_TEAM_MT_CHIMNEY, MtChimney_EventScript_MachineOn
goto_if_set FLAG_RECEIVED_METEORITE, MtChimney_EventScript_MachineOff
msgbox MtChimney_Text_RemoveTheMeteorite, MSGBOX_YESNO
goto_if_eq VAR_RESULT, NO, MtChimney_EventScript_LeaveMeteoriteAlone
msgbox MtChimney_Text_PlayerRemovedMeteorite, MSGBOX_DEFAULT
giveitem ITEM_METEORITE
goto_if_eq VAR_RESULT, FALSE, Common_EventScript_ShowBagIsFull
setflag FLAG_RECEIVED_METEORITE
releaseall
end
MtChimney_EventScript_LeaveMeteoriteAlone::
msgbox MtChimney_Text_PlayerLeftMeteorite, MSGBOX_DEFAULT
releaseall
end
MtChimney_EventScript_MachineOff::
msgbox MtChimney_Text_MachineMakesNoResponse, MSGBOX_DEFAULT
releaseall
end
MtChimney_EventScript_MachineOn::
msgbox MtChimney_Text_MetoriteFittedOnMachine, MSGBOX_DEFAULT
releaseall
end
MtChimney_EventScript_RouteSign::
msgbox MtChimney_Text_RouteSign, MSGBOX_SIGN
end
MtChimney_EventScript_Shelby::
trainerbattle_single TRAINER_SHELBY_1, MtChimney_Text_ShelbyIntro, MtChimney_Text_ShelbyDefeat, MtChimney_EventScript_DefeatedShelby
specialvar VAR_RESULT, ShouldTryRematchBattle
goto_if_eq VAR_RESULT, TRUE, MtChimney_EventScript_RematchShelby
msgbox MtChimney_Text_ShelbyPostBattle, MSGBOX_DEFAULT
release
end
MtChimney_EventScript_DefeatedShelby::
special PlayerFaceTrainerAfterBattle
waitmovement 0
msgbox MtChimney_Text_ShelbyRegister, MSGBOX_DEFAULT
register_matchcall TRAINER_SHELBY_1
release
end
MtChimney_EventScript_RematchShelby::
trainerbattle_rematch TRAINER_SHELBY_1, MtChimney_Text_ShelbyRematchIntro, MtChimney_Text_ShelbyRematchDefeat
msgbox MtChimney_Text_ShelbyPostRematch, MSGBOX_AUTOCLOSE
end
MtChimney_EventScript_Melissa::
trainerbattle_single TRAINER_MELISSA, MtChimney_Text_MelissaIntro, MtChimney_Text_MelissaDefeat
msgbox MtChimney_Text_MelissaPostBattle, MSGBOX_AUTOCLOSE
end
MtChimney_EventScript_Sheila::
trainerbattle_single TRAINER_SHEILA, MtChimney_Text_SheilaIntro, MtChimney_Text_SheilaDefeat
msgbox MtChimney_Text_SheilaPostBattle, MSGBOX_AUTOCLOSE
end
MtChimney_EventScript_Shirley::
trainerbattle_single TRAINER_SHIRLEY, MtChimney_Text_ShirleyIntro, MtChimney_Text_ShirleyDefeat
msgbox MtChimney_Text_ShirleyPostBattle, MSGBOX_AUTOCLOSE
end
MtChimney_EventScript_Grunt1::
trainerbattle_single TRAINER_GRUNT_MT_CHIMNEY_1, MtChimney_Text_Grunt1Intro, MtChimney_Text_Grunt1Defeat
msgbox MtChimney_Text_Grunt1PostBattle, MSGBOX_AUTOCLOSE
end
MtChimney_EventScript_Sawyer::
trainerbattle_single TRAINER_SAWYER_1, MtChimney_Text_SawyerIntro, MtChimney_Text_SawyerDefeat, MtChimney_EventScript_SawyerDefeated
specialvar VAR_RESULT, ShouldTryRematchBattle
goto_if_eq VAR_RESULT, TRUE, MtChimney_EventScript_SawyerRematch
msgbox MtChimney_Text_SawyerPostBattle, MSGBOX_DEFAULT
release
end
MtChimney_EventScript_SawyerDefeated::
special PlayerFaceTrainerAfterBattle
waitmovement 0
msgbox MtChimney_Text_SawyerRegister, MSGBOX_DEFAULT
register_matchcall TRAINER_SAWYER_1
release
end
MtChimney_EventScript_SawyerRematch::
trainerbattle_rematch TRAINER_SAWYER_1, MtChimney_Text_SawyerRematchIntro, MtChimney_Text_SawyerRematchDefeat
msgbox MtChimney_Text_SawyerPostRematch, MSGBOX_AUTOCLOSE
end
MtChimney_Text_MeteoriteWillActivateVolcano:
.string "The power contained in the Meteorite…\p"
.string "By amplifying its power with this\n"
.string "machine, Mt. Chimney's volcanic\l"
.string "activity will instantly intensify…\p"
.string "Its energy will grow deep inside\n"
.string "the crater and…\l"
.string "Fufufu…$"
MtChimney_Text_MaxieIntro:
.string "Maxie: Hm?\n"
.string "Who are you?\p"
.string "… … … … … …\n"
.string "… … … … … …\p"
.string "I'd heard Archie bemoaning a child\n"
.string "who's been meddling in Team Aqua's\l"
.string "affairs.\p"
.string "It must be you he meant.\p"
.string "Humph! So you're thinking of\n"
.string "interfering with us, Team Magma?\p"
.string "Now you listen.\n"
.string "Long ago, living things used the\l"
.string "land to live and grow.\p"
.string "That is why land is all important!\n"
.string "It is the cradle of all!\p"
.string "That is why Team Magma is dedicated\n"
.string "to the expansion of the land mass.\p"
.string "It is for further advancement of\n"
.string "humankind and Pokémon!\p"
.string "And for that, we need the power of\n"
.string "what sleeps within this mountain…\p"
.string "Oh! There was no need for you to\n"
.string "learn that much.\p"
.string "But, no matter!\n"
.string "I'll teach you the consequences of\l"
.string "meddling in our grand design!$"
MtChimney_Text_MaxieDefeat:
.string "What?!\p"
.string "I, Maxie, was caught off guard?!$"
MtChimney_Text_MaxieYouHaventSeenLastOfMagma:
.string "Maxie: But, enough.\n"
.string "I will back off this time.\p"
.string "But don't think that this is the last\n"
.string "you've seen of Team Magma.\p"
.string "Fufufu…\p"
.string "Even without the Meteorite, if we\n"
.string "obtain that Orb… Fufufu…$"
MtChimney_Text_TabithaIntro:
.string "Hehehe!\p"
.string "So you've come all the way here!\p"
.string "But you're too late!\n"
.string "I've already delivered the Meteorite\l"
.string "from Meteor Falls to the Boss!$"
MtChimney_Text_TabithaDefeat:
.string "Hehehe…\p"
.string "Even though I've lost, if our leader\n"
.string "awakens that thing…$"
MtChimney_Text_TabithaPostBattle:
.string "Boss, hurry!\n"
.string "Give it the Meteorite's energy!\p"
.string "Hehehe…$"
MtChimney_Text_Grunt2Intro:
.string "We of Team Magma are working hard for\n"
.string "everyone's sake.\p"
.string "Like, if that thing's power made more\n"
.string "land, there'd be more places to live.\p"
.string "Everyone'd be happy!$"
MtChimney_Text_Grunt2Defeat:
.string "Hunh?\n"
.string "What do you mean I lost?$"
MtChimney_Text_Grunt2PostBattle:
.string "Our Boss says, “It will make everyone\n"
.string "happy.”\p"
.string "But why does everyone keep getting\n"
.string "in our way?$"
MtChimney_Text_Grunt1Intro:
.string "If there were more land, I'd be able\n"
.string "to get a big house of my own!\p"
.string "I'm going to build it on hardened lava!$"
MtChimney_Text_Grunt1Defeat:
.string "My dream of a big house…$"
MtChimney_Text_Grunt1PostBattle:
.string "A kid like you, you ought to be\n"
.string "splashing about in the waves!$"
MtChimney_Text_TeamAquaAlwaysMessingWithPlans:
.string "That annoying Team Aqua…\n"
.string "They always mess with our plans!$"
MtChimney_Text_MeteoritesPackAmazingPower:
.string "Meteorites pack amazing power!$"
MtChimney_Text_YouBetterNotMessWithUs:
.string "You'd better not mess with us!\p"
.string "We're trying to awaken that thing\n"
.string "for the benefit of everyone!$"
MtChimney_Text_AquasNameSimilar:
.string "We're Team Magma!\p"
.string "They're Team Aqua!\p"
.string "It totally annoys me that they'd\n"
.string "use a name like ours!$"
MtChimney_Text_DouseThemInFire:
.string "Yeah!\n"
.string "Douse them in fire!$"
MtChimney_Text_KeepMakingMoreLand:
.string "We're going to keep making more land!$"
MtChimney_Text_Bufoh:
.string "Bufoh!$"
MtChimney_Text_ArchieGoStopTeamMagma:
.string "Archie: Grr, {PLAYER}!\n"
.string "I should've guessed you'd show up!\p"
.string "See for yourself what the fanatics\n"
.string "of Team Magma are up to!\p"
.string "They're trying to inject the stolen\n"
.string "Meteorite's power into the volcano!\p"
.string "Doing something like that will cause\n"
.string "the volcano's eruption!$"
MtChimney_Text_ArchieIHaveMyHandsFull:
.string "Archie: Grrr…\p"
.string "I want to stop that Maxie,\n"
.string "but I can't!\p"
.string "Not when I have my hands full battling\n"
.string "three opponents at once!$"
MtChimney_Text_ArchieThankYou:
.string "Archie: {PLAYER}!\n"
.string "Thank you!\p"
.string "With your help, we thwarted Team\n"
.string "Magma's destructive plan!\p"
.string "But… You…\n"
.string "Whose side are you on?\p"
.string "Ah, it doesn't matter.\p"
.string "We will remain vigilant and keep up\n"
.string "our pursuit of Team Magma.\p"
.string "{PLAYER}, we shall meet again!$"
MtChimney_Text_MagmaOutnumbersUs:
.string "Darn… Team Magma outnumbers us!\n"
.string "We can't keep up with them!$"
MtChimney_Text_LessHabitatForWaterPokemon:
.string "If they expand the land, there'll be\n"
.string "less habitats for Water Pokémon!$"
MtChimney_Text_MagmasNameSimilar:
.string "We're Team Aqua!\p"
.string "They're Team Magma!\p"
.string "It burns me up that they'd use such\n"
.string "a confusing name!$"
MtChimney_Text_Bushaa:
.string "Bushaa!$"
MtChimney_Text_LavaCookiesJust200:
.string "Lava Cookies are Mt. Chimney's local\n"
.string "specialty.\p"
.string "Try one. It's just ¥200.$"
MtChimney_Text_ThankYouDear:
.string "Thank you, dear!$"
MtChimney_Text_YouveNotGotTheMoney:
.string "Oh, dear. You can't buy a thing if\n"
.string "you've not got the money.$"
MtChimney_Text_OhFineThen:
.string "Oh, fine then.$"
MtChimney_Text_MetoriteFittedOnMachine:
.string "A Meteorite is fitted on a mysterious\n"
.string "machine…\p"
.string "The machine seems to be storing\n"
.string "energy in the Meteorite.$"
MtChimney_Text_RemoveTheMeteorite:
.string "A Meteorite is fitted on a mysterious\n"
.string "machine…\p"
.string "Do you want to remove the Meteorite?$"
MtChimney_Text_PlayerRemovedMeteorite:
.string "{PLAYER} removed the Meteorite from\n"
.string "the mysterious machine.$"
MtChimney_Text_PlayerLeftMeteorite:
.string "{PLAYER} left the Meteorite where\n"
.string "it was.$"
MtChimney_Text_MachineMakesNoResponse:
.string "This mysterious machine…\n"
.string "It makes no response whatsoever.$"
MtChimney_Text_RouteSign:
.string "{DOWN_ARROW} Jagged Path\n"
.string "Lavaridge Town ahead$"
MtChimney_Text_ShelbyIntro:
.string "I've been to the hot springs and\n"
.string "refreshed my tired bones.\l"
.string "Right now I'm feeling strong!$"
MtChimney_Text_ShelbyDefeat:
.string "Oh, my goodness.\n"
.string "Now, aren't you something!$"
MtChimney_Text_ShelbyPostBattle:
.string "Well, well, I've lost. I can't call\n"
.string "myself an Expert now, can I?$"
MtChimney_Text_ShelbyRegister:
.string "Thank you, child. It was fun, as if\n"
.string "I were battling my own grandchild.\p"
.string "Please, come see me again for\n"
.string "a rematch.$"
MtChimney_Text_ShelbyRematchIntro:
.string "If you can mesh your heart with those\n"
.string "of your Pokémon, why, you should be\l"
.string "able to achieve great things.$"
MtChimney_Text_ShelbyRematchDefeat:
.string "Oh, my goodness.\n"
.string "Now, aren't you something!$"
MtChimney_Text_ShelbyPostRematch:
.string "Perhaps your heart has become one\n"
.string "with the hearts of your Pokémon.$"
MtChimney_Text_MelissaIntro:
.string "I've got the fire in me, baby.\n"
.string "I can't stand it! I have to battle!$"
MtChimney_Text_MelissaDefeat:
.string "Ooh, that was a scorching-hot match!$"
MtChimney_Text_MelissaPostBattle:
.string "The heat of Mt. Chimney warms\n"
.string "me up, baby!$"
MtChimney_Text_SheilaIntro:
.string "I've finally made it to Mt. Chimney.\n"
.string "I want to make my Pokémon battle!$"
MtChimney_Text_SheilaDefeat:
.string "The way you battle…\n"
.string "It's like a Mt. Chimney eruption!$"
MtChimney_Text_SheilaPostBattle:
.string "Like I said, I've finally made it to\n"
.string "Mt. Chimney. It would be a shame if\l"
.string "I only do a little sightseeing…\p"
.string "I want to get in some battles and buy\n"
.string "Cookies as souvenirs.$"
MtChimney_Text_ShirleyIntro:
.string "Since I bathed in the hot springs,\n"
.string "I've been feeling great!\l"
.string "I'm sure I'm going to win!$"
MtChimney_Text_ShirleyDefeat:
.string "Yowch!\n"
.string "I'm getting a chill out of the water.$"
MtChimney_Text_ShirleyPostBattle:
.string "I'll have to take another dip in the\n"
.string "hot springs. Want to join me?\p"
.string "Just joking!$"
MtChimney_Text_SawyerIntro:
.string "This is one fine mountain! Plenty of\n"
.string "hot people around for company!$"
MtChimney_Text_SawyerDefeat:
.string "Oh, you're a real firebrand, too!$"
MtChimney_Text_SawyerPostBattle:
.string "I think I need a dip in Lavaridge\n"
.string "Hot Spring with the locals!$"
MtChimney_Text_SawyerRegister:
.string "I like little fireballs like you.\n"
.string "Let me register you in my PokéNav.$"
MtChimney_Text_SawyerRematchIntro:
.string "I'm happily surrounded by hot people\n"
.string "around these parts. I won't lose!$"
MtChimney_Text_SawyerRematchDefeat:
.string "Gosh, you're still the same\n"
.string "firebrand as before!$"
MtChimney_Text_SawyerPostRematch:
.string "Actually, it really is hot here.\n"
.string "I'm overdressed for these parts.$"