Remove address comments
This commit is contained in:
@@ -5,20 +5,20 @@
|
||||
.set LOCALID_MAGMA_GRUNT_1, 29
|
||||
|
||||
|
||||
MtChimney_MapScripts:: @ 822EDC1
|
||||
MtChimney_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_RESUME, MtChimney_OnResume
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, MtChimney_OnTransition
|
||||
.byte 0
|
||||
|
||||
MtChimney_OnTransition: @ 822EDCC
|
||||
MtChimney_OnTransition:
|
||||
setvar VAR_JAGGED_PASS_ASH_WEATHER, 1
|
||||
end
|
||||
|
||||
MtChimney_OnResume: @ 822EDD2
|
||||
MtChimney_OnResume:
|
||||
setstepcallback STEP_CB_ASH
|
||||
end
|
||||
|
||||
MtChimney_EventScript_Archie:: @ 822EDD5
|
||||
MtChimney_EventScript_Archie::
|
||||
lock
|
||||
faceplayer
|
||||
call_if_unset FLAG_EVIL_LEADER_PLEASE_STOP, MtChimney_EventScript_ArchieGoStopTeamMagma
|
||||
@@ -30,15 +30,15 @@ MtChimney_EventScript_Archie:: @ 822EDD5
|
||||
release
|
||||
end
|
||||
|
||||
MtChimney_EventScript_ArchieGoStopTeamMagma:: @ 822EDF9
|
||||
MtChimney_EventScript_ArchieGoStopTeamMagma::
|
||||
msgbox MtChimney_Text_ArchieGoStopTeamMagma, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
MtChimney_EventScript_ArchieBusyFighting:: @ 822EE02
|
||||
MtChimney_EventScript_ArchieBusyFighting::
|
||||
msgbox MtChimney_Text_ArchieIHaveMyHandsFull, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
MtChimney_EventScript_Maxie:: @ 822EE0B
|
||||
MtChimney_EventScript_Maxie::
|
||||
lockall
|
||||
playbgm MUS_ENCOUNTER_MAGMA, FALSE
|
||||
msgbox MtChimney_Text_MeteoriteWillActivateVolcano, MSGBOX_DEFAULT
|
||||
@@ -84,27 +84,27 @@ MtChimney_EventScript_Maxie:: @ 822EE0B
|
||||
releaseall
|
||||
end
|
||||
|
||||
MtChimney_EventScript_ArchieApproachPlayerEast:: @ 822EEC7
|
||||
MtChimney_EventScript_ArchieApproachPlayerEast::
|
||||
applymovement LOCALID_ARCHIE, MtChimney_Movement_ArchieApproachPlayerEast
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
MtChimney_EventScript_ArchieApproachPlayerNorth:: @ 822EED2
|
||||
MtChimney_EventScript_ArchieApproachPlayerNorth::
|
||||
applymovement LOCALID_ARCHIE, MtChimney_Movement_ArchieApproachPlayerNorth
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
MtChimney_EventScript_ArchieExitEast:: @ 822EEDD
|
||||
MtChimney_EventScript_ArchieExitEast::
|
||||
applymovement LOCALID_ARCHIE, MtChimney_Movement_ArchieExitEast
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
MtChimney_EventScript_ArchieExitNorth:: @ 822EEE8
|
||||
MtChimney_EventScript_ArchieExitNorth::
|
||||
applymovement LOCALID_ARCHIE, MtChimney_Movement_ArchieExitNorth
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
MtChimney_EventScript_LavaCookieLady:: @ 822EEF3
|
||||
MtChimney_EventScript_LavaCookieLady::
|
||||
lock
|
||||
faceplayer
|
||||
showmoneybox 0, 0, 0
|
||||
@@ -125,30 +125,30 @@ MtChimney_EventScript_LavaCookieLady:: @ 822EEF3
|
||||
release
|
||||
end
|
||||
|
||||
MtChimney_EventScript_BagIsFull:: @ 822EF51
|
||||
MtChimney_EventScript_BagIsFull::
|
||||
msgbox gText_TooBadBagIsFull, MSGBOX_DEFAULT
|
||||
hidemoneybox
|
||||
release
|
||||
end
|
||||
|
||||
MtChimney_EventScript_RemoveMoney:: @ 822EF5E
|
||||
MtChimney_EventScript_RemoveMoney::
|
||||
removemoney 200, 0
|
||||
updatemoneybox 0, 0
|
||||
return
|
||||
|
||||
MtChimney_EventScript_DeclineLavaCookie:: @ 822EF69
|
||||
MtChimney_EventScript_DeclineLavaCookie::
|
||||
msgbox MtChimney_Text_OhFineThen, MSGBOX_DEFAULT
|
||||
hidemoneybox
|
||||
release
|
||||
end
|
||||
|
||||
MtChimney_EventScript_NotEnoughMoney:: @ 822EF76
|
||||
MtChimney_EventScript_NotEnoughMoney::
|
||||
msgbox MtChimney_Text_YouveNotGotTheMoney, MSGBOX_DEFAULT
|
||||
hidemoneybox
|
||||
release
|
||||
end
|
||||
|
||||
MtChimney_Movement_ArchieApproachPlayerEast: @ 822EF83
|
||||
MtChimney_Movement_ArchieApproachPlayerEast:
|
||||
walk_up
|
||||
walk_up
|
||||
walk_up
|
||||
@@ -158,7 +158,7 @@ MtChimney_Movement_ArchieApproachPlayerEast: @ 822EF83
|
||||
walk_right
|
||||
step_end
|
||||
|
||||
MtChimney_Movement_ArchieExitEast: @ 822EF8B
|
||||
MtChimney_Movement_ArchieExitEast:
|
||||
walk_left
|
||||
walk_down
|
||||
walk_down
|
||||
@@ -169,7 +169,7 @@ MtChimney_Movement_ArchieExitEast: @ 822EF8B
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
MtChimney_Movement_ArchieApproachPlayerNorth: @ 822EF94
|
||||
MtChimney_Movement_ArchieApproachPlayerNorth:
|
||||
walk_up
|
||||
walk_up
|
||||
walk_up
|
||||
@@ -179,7 +179,7 @@ MtChimney_Movement_ArchieApproachPlayerNorth: @ 822EF94
|
||||
walk_right
|
||||
step_end
|
||||
|
||||
MtChimney_Movement_ArchieExitNorth: @ 822EF9C
|
||||
MtChimney_Movement_ArchieExitNorth:
|
||||
walk_left
|
||||
walk_left
|
||||
walk_down
|
||||
@@ -191,7 +191,7 @@ MtChimney_Movement_ArchieExitNorth: @ 822EF9C
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
MtChimney_Movement_Unused1: @ 822EFA6
|
||||
MtChimney_Movement_Unused1:
|
||||
walk_down
|
||||
walk_down
|
||||
walk_down
|
||||
@@ -211,7 +211,7 @@ MtChimney_Movement_Unused1: @ 822EFA6
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
MtChimney_Movement_Unused2: @ 822EFB8
|
||||
MtChimney_Movement_Unused2:
|
||||
walk_down
|
||||
walk_down
|
||||
walk_down
|
||||
@@ -222,7 +222,7 @@ MtChimney_Movement_Unused2: @ 822EFB8
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
MtChimney_Movement_Unused3: @ 822EFC1
|
||||
MtChimney_Movement_Unused3:
|
||||
walk_right
|
||||
walk_down
|
||||
walk_down
|
||||
@@ -239,7 +239,7 @@ MtChimney_Movement_Unused3: @ 822EFC1
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
MtChimney_Movement_Unused4: @ 822EFD0
|
||||
MtChimney_Movement_Unused4:
|
||||
walk_fast_down
|
||||
walk_fast_down
|
||||
walk_fast_down
|
||||
@@ -266,7 +266,7 @@ MtChimney_Movement_Unused4: @ 822EFD0
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
MtChimney_Movement_Unused5: @ 822EFE9
|
||||
MtChimney_Movement_Unused5:
|
||||
delay_16
|
||||
delay_16
|
||||
delay_16
|
||||
@@ -279,7 +279,7 @@ MtChimney_Movement_Unused5: @ 822EFE9
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
MtChimney_Movement_Unused6: @ 822EFF4
|
||||
MtChimney_Movement_Unused6:
|
||||
delay_16
|
||||
walk_left
|
||||
walk_down
|
||||
@@ -297,7 +297,7 @@ MtChimney_Movement_Unused6: @ 822EFF4
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
MtChimney_Movement_Unused7: @ 822F004
|
||||
MtChimney_Movement_Unused7:
|
||||
delay_16
|
||||
walk_left
|
||||
walk_left
|
||||
@@ -316,7 +316,7 @@ MtChimney_Movement_Unused7: @ 822F004
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
MtChimney_Movement_Unused8: @ 822F015
|
||||
MtChimney_Movement_Unused8:
|
||||
delay_16
|
||||
walk_down
|
||||
walk_left
|
||||
@@ -326,7 +326,7 @@ MtChimney_Movement_Unused8: @ 822F015
|
||||
walk_in_place_fastest_down
|
||||
step_end
|
||||
|
||||
MtChimney_Movement_Unused9: @ 822F01D
|
||||
MtChimney_Movement_Unused9:
|
||||
walk_down
|
||||
walk_down
|
||||
walk_down
|
||||
@@ -342,11 +342,11 @@ MtChimney_Movement_Unused9: @ 822F01D
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
MtChimney_Movement_Unused10: @ 822F02B
|
||||
MtChimney_Movement_Unused10:
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
MtChimney_Movement_Unused11: @ 822F02D
|
||||
MtChimney_Movement_Unused11:
|
||||
walk_down
|
||||
walk_down
|
||||
walk_down
|
||||
@@ -356,7 +356,7 @@ MtChimney_Movement_Unused11: @ 822F02D
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
MtChimney_Movement_Unused12: @ 822F035
|
||||
MtChimney_Movement_Unused12:
|
||||
delay_16
|
||||
delay_16
|
||||
walk_in_place_fastest_left
|
||||
@@ -368,7 +368,7 @@ MtChimney_Movement_Unused12: @ 822F035
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
MtChimney_Movement_Unused13: @ 822F03F
|
||||
MtChimney_Movement_Unused13:
|
||||
delay_16
|
||||
delay_16
|
||||
delay_16
|
||||
@@ -381,74 +381,74 @@ MtChimney_Movement_Unused13: @ 822F03F
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
MtChimney_Movement_Unused14: @ 822F04A
|
||||
MtChimney_Movement_Unused14:
|
||||
lock_facing_direction
|
||||
walk_fast_left
|
||||
unlock_facing_direction
|
||||
face_right
|
||||
step_end
|
||||
|
||||
MtChimney_Movement_Unused15: @ 822F04F
|
||||
MtChimney_Movement_Unused15:
|
||||
walk_left
|
||||
walk_in_place_fastest_right
|
||||
delay_16
|
||||
step_end
|
||||
|
||||
MtChimney_EventScript_BusyAquaGrunt1:: @ 822F053
|
||||
MtChimney_EventScript_BusyAquaGrunt1::
|
||||
msgbox MtChimney_Text_MagmaOutnumbersUs, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
MtChimney_EventScript_BusyAquaGrunt2:: @ 822F05C
|
||||
MtChimney_EventScript_BusyAquaGrunt2::
|
||||
msgbox MtChimney_Text_LessHabitatForWaterPokemon, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
MtChimney_EventScript_BusyAquaGrunt3:: @ 822F065
|
||||
MtChimney_EventScript_BusyAquaGrunt3::
|
||||
msgbox MtChimney_Text_MagmasNameSimilar, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
MtChimney_EventScript_Tabitha:: @ 822F06E
|
||||
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:: @ 822F085
|
||||
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:: @ 822F09C
|
||||
MtChimney_EventScript_BusyMagmaGrunt1::
|
||||
msgbox MtChimney_Text_TeamAquaAlwaysMessingWithPlans, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
MtChimney_EventScript_BusyMagmaGrunt2:: @ 822F0A5
|
||||
MtChimney_EventScript_BusyMagmaGrunt2::
|
||||
msgbox MtChimney_Text_MeteoritesPackAmazingPower, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
MtChimney_EventScript_BusyMagmaGrunt3:: @ 822F0AE
|
||||
MtChimney_EventScript_BusyMagmaGrunt3::
|
||||
msgbox MtChimney_Text_YouBetterNotMessWithUs, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
MtChimney_EventScript_BusyMagmaGrunt4:: @ 822F0B7
|
||||
MtChimney_EventScript_BusyMagmaGrunt4::
|
||||
msgbox MtChimney_Text_AquasNameSimilar, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
MtChimney_EventScript_BusyMagmaGrunt5:: @ 822F0C0
|
||||
MtChimney_EventScript_BusyMagmaGrunt5::
|
||||
msgbox MtChimney_Text_DouseThemInFire, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
MtChimney_EventScript_BusyMagmaGrunt6:: @ 822F0C9
|
||||
MtChimney_EventScript_BusyMagmaGrunt6::
|
||||
msgbox MtChimney_Text_KeepMakingMoreLand, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
MtChimney_EventScript_MagmaPoochyena:: @ 822F0D2
|
||||
MtChimney_EventScript_MagmaPoochyena::
|
||||
msgbox MtChimney_Text_Bufoh, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
MtChimney_EventScript_AquaPoochyena:: @ 822F0DB
|
||||
MtChimney_EventScript_AquaPoochyena::
|
||||
msgbox MtChimney_Text_Bushaa, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
MtChimney_EventScript_MeteoriteMachine:: @ 822F0E4
|
||||
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
|
||||
@@ -461,26 +461,26 @@ MtChimney_EventScript_MeteoriteMachine:: @ 822F0E4
|
||||
releaseall
|
||||
end
|
||||
|
||||
MtChimney_EventScript_LeaveMeteoriteAlone:: @ 822F123
|
||||
MtChimney_EventScript_LeaveMeteoriteAlone::
|
||||
msgbox MtChimney_Text_PlayerLeftMeteorite, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
MtChimney_EventScript_MachineOff:: @ 822F12D
|
||||
MtChimney_EventScript_MachineOff::
|
||||
msgbox MtChimney_Text_MachineMakesNoResponse, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
MtChimney_EventScript_MachineOn:: @ 822F137
|
||||
MtChimney_EventScript_MachineOn::
|
||||
msgbox MtChimney_Text_MetoriteFittedOnMachine, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
MtChimney_EventScript_RouteSign:: @ 822F141
|
||||
MtChimney_EventScript_RouteSign::
|
||||
msgbox MtChimney_Text_RouteSign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
MtChimney_EventScript_Shelby:: @ 822F14A
|
||||
MtChimney_EventScript_Shelby::
|
||||
trainerbattle_single TRAINER_SHELBY_1, MtChimney_Text_ShelbyIntro, MtChimney_Text_ShelbyDefeat, MtChimney_EventScript_DefeatedShelby
|
||||
specialvar VAR_RESULT, ShouldTryRematchBattle
|
||||
compare VAR_RESULT, TRUE
|
||||
@@ -489,7 +489,7 @@ MtChimney_EventScript_Shelby:: @ 822F14A
|
||||
release
|
||||
end
|
||||
|
||||
MtChimney_EventScript_DefeatedShelby:: @ 822F176
|
||||
MtChimney_EventScript_DefeatedShelby::
|
||||
special PlayerFaceTrainerAfterBattle
|
||||
waitmovement 0
|
||||
msgbox MtChimney_Text_ShelbyRegister, MSGBOX_DEFAULT
|
||||
@@ -497,32 +497,32 @@ MtChimney_EventScript_DefeatedShelby:: @ 822F176
|
||||
release
|
||||
end
|
||||
|
||||
MtChimney_EventScript_RematchShelby:: @ 822F195
|
||||
MtChimney_EventScript_RematchShelby::
|
||||
trainerbattle_rematch TRAINER_SHELBY_1, MtChimney_Text_ShelbyRematchIntro, MtChimney_Text_ShelbyRematchDefeat
|
||||
msgbox MtChimney_Text_ShelbyPostRematch, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
MtChimney_EventScript_Melissa:: @ 822F1AC
|
||||
MtChimney_EventScript_Melissa::
|
||||
trainerbattle_single TRAINER_MELISSA, MtChimney_Text_MelissaIntro, MtChimney_Text_MelissaDefeat
|
||||
msgbox MtChimney_Text_MelissaPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
MtChimney_EventScript_Sheila:: @ 822F1C3
|
||||
MtChimney_EventScript_Sheila::
|
||||
trainerbattle_single TRAINER_SHEILA, MtChimney_Text_SheilaIntro, MtChimney_Text_SheilaDefeat
|
||||
msgbox MtChimney_Text_SheilaPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
MtChimney_EventScript_Shirley:: @ 822F1DA
|
||||
MtChimney_EventScript_Shirley::
|
||||
trainerbattle_single TRAINER_SHIRLEY, MtChimney_Text_ShirleyIntro, MtChimney_Text_ShirleyDefeat
|
||||
msgbox MtChimney_Text_ShirleyPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
MtChimney_EventScript_Grunt1:: @ 822F1F1
|
||||
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:: @ 822F208
|
||||
MtChimney_EventScript_Sawyer::
|
||||
trainerbattle_single TRAINER_SAWYER_1, MtChimney_Text_SawyerIntro, MtChimney_Text_SawyerDefeat, MtChimney_EventScript_SawyerDefeated
|
||||
specialvar VAR_RESULT, ShouldTryRematchBattle
|
||||
compare VAR_RESULT, TRUE
|
||||
@@ -531,7 +531,7 @@ MtChimney_EventScript_Sawyer:: @ 822F208
|
||||
release
|
||||
end
|
||||
|
||||
MtChimney_EventScript_SawyerDefeated:: @ 822F234
|
||||
MtChimney_EventScript_SawyerDefeated::
|
||||
special PlayerFaceTrainerAfterBattle
|
||||
waitmovement 0
|
||||
msgbox MtChimney_Text_SawyerRegister, MSGBOX_DEFAULT
|
||||
@@ -539,12 +539,12 @@ MtChimney_EventScript_SawyerDefeated:: @ 822F234
|
||||
release
|
||||
end
|
||||
|
||||
MtChimney_EventScript_SawyerRematch:: @ 822F253
|
||||
MtChimney_EventScript_SawyerRematch::
|
||||
trainerbattle_rematch TRAINER_SAWYER_1, MtChimney_Text_SawyerRematchIntro, MtChimney_Text_SawyerRematchDefeat
|
||||
msgbox MtChimney_Text_SawyerPostRematch, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
MtChimney_Text_MeteoriteWillActivateVolcano: @ 822F26A
|
||||
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"
|
||||
@@ -553,7 +553,7 @@ MtChimney_Text_MeteoriteWillActivateVolcano: @ 822F26A
|
||||
.string "the crater and…\l"
|
||||
.string "Fufufu…$"
|
||||
|
||||
MtChimney_Text_MaxieIntro: @ 822F32E
|
||||
MtChimney_Text_MaxieIntro:
|
||||
.string "MAXIE: Hm?\n"
|
||||
.string "Who are you?\p"
|
||||
.string "… … … … … …\n"
|
||||
@@ -581,11 +581,11 @@ MtChimney_Text_MaxieIntro: @ 822F32E
|
||||
.string "I'll teach you the consequences of\l"
|
||||
.string "meddling in our grand design!$"
|
||||
|
||||
MtChimney_Text_MaxieDefeat: @ 822F5CF
|
||||
MtChimney_Text_MaxieDefeat:
|
||||
.string "What?!\p"
|
||||
.string "I, MAXIE, was caught off guard?!$"
|
||||
|
||||
MtChimney_Text_MaxieYouHaventSeenLastOfMagma: @ 822F5F7
|
||||
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"
|
||||
@@ -594,81 +594,81 @@ MtChimney_Text_MaxieYouHaventSeenLastOfMagma: @ 822F5F7
|
||||
.string "Even without the METEORITE, if we\n"
|
||||
.string "obtain that ORB… Fufufu…$"
|
||||
|
||||
MtChimney_Text_TabithaIntro: @ 822F6AA
|
||||
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: @ 822F72C
|
||||
MtChimney_Text_TabithaDefeat:
|
||||
.string "Hehehe…\p"
|
||||
.string "Even though I've lost, if our leader\n"
|
||||
.string "awakens that thing…$"
|
||||
|
||||
MtChimney_Text_TabithaPostBattle: @ 822F76D
|
||||
MtChimney_Text_TabithaPostBattle:
|
||||
.string "BOSS, hurry!\n"
|
||||
.string "Give it the METEORITE's energy!\p"
|
||||
.string "Hehehe…$"
|
||||
|
||||
MtChimney_Text_Grunt2Intro: @ 822F7A2
|
||||
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: @ 822F83A
|
||||
MtChimney_Text_Grunt2Defeat:
|
||||
.string "Hunh?\n"
|
||||
.string "What do you mean I lost?$"
|
||||
|
||||
MtChimney_Text_Grunt2PostBattle: @ 822F859
|
||||
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: @ 822F8B6
|
||||
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: @ 822F921
|
||||
MtChimney_Text_Grunt1Defeat:
|
||||
.string "My dream of a big house…$"
|
||||
|
||||
MtChimney_Text_Grunt1PostBattle: @ 822F93A
|
||||
MtChimney_Text_Grunt1PostBattle:
|
||||
.string "A kid like you, you ought to be\n"
|
||||
.string "splashing about in the waves!$"
|
||||
|
||||
MtChimney_Text_TeamAquaAlwaysMessingWithPlans: @ 822F978
|
||||
MtChimney_Text_TeamAquaAlwaysMessingWithPlans:
|
||||
.string "That annoying TEAM AQUA…\n"
|
||||
.string "They always mess with our plans!$"
|
||||
|
||||
MtChimney_Text_MeteoritesPackAmazingPower: @ 822F9B2
|
||||
MtChimney_Text_MeteoritesPackAmazingPower:
|
||||
.string "METEORITES pack amazing power!$"
|
||||
|
||||
MtChimney_Text_YouBetterNotMessWithUs: @ 822F9D1
|
||||
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: @ 822FA2F
|
||||
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: @ 822FA8B
|
||||
MtChimney_Text_DouseThemInFire:
|
||||
.string "Yeah!\n"
|
||||
.string "Douse them in fire!$"
|
||||
|
||||
MtChimney_Text_KeepMakingMoreLand: @ 822FAA5
|
||||
MtChimney_Text_KeepMakingMoreLand:
|
||||
.string "We're going to keep making more land!$"
|
||||
|
||||
MtChimney_Text_Bufoh: @ 822FACB
|
||||
MtChimney_Text_Bufoh:
|
||||
.string "Bufoh!$"
|
||||
|
||||
MtChimney_Text_ArchieGoStopTeamMagma: @ 822FAD2
|
||||
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"
|
||||
@@ -678,14 +678,14 @@ MtChimney_Text_ArchieGoStopTeamMagma: @ 822FAD2
|
||||
.string "Doing something like that will cause\n"
|
||||
.string "the volcano's eruption!$"
|
||||
|
||||
MtChimney_Text_ArchieIHaveMyHandsFull: @ 822FBC7
|
||||
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: @ 822FC3D
|
||||
MtChimney_Text_ArchieThankYou:
|
||||
.string "ARCHIE: {PLAYER}!\n"
|
||||
.string "Thank you!\p"
|
||||
.string "With your help, we thwarted TEAM\n"
|
||||
@@ -697,161 +697,161 @@ MtChimney_Text_ArchieThankYou: @ 822FC3D
|
||||
.string "our pursuit of TEAM MAGMA.\p"
|
||||
.string "{PLAYER}, we shall meet again!$"
|
||||
|
||||
MtChimney_Text_MagmaOutnumbersUs: @ 822FD1F
|
||||
MtChimney_Text_MagmaOutnumbersUs:
|
||||
.string "Darn… TEAM MAGMA outnumbers us!\n"
|
||||
.string "We can't keep up with them!$"
|
||||
|
||||
MtChimney_Text_LessHabitatForWaterPokemon: @ 822FD5B
|
||||
MtChimney_Text_LessHabitatForWaterPokemon:
|
||||
.string "If they expand the land, there'll be\n"
|
||||
.string "less habitats for WATER POKéMON!$"
|
||||
|
||||
MtChimney_Text_MagmasNameSimilar: @ 822FDA1
|
||||
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: @ 822FDFC
|
||||
MtChimney_Text_Bushaa:
|
||||
.string "Bushaa!$"
|
||||
|
||||
MtChimney_Text_LavaCookiesJust200: @ 822FE04
|
||||
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: @ 822FE4D
|
||||
MtChimney_Text_ThankYouDear:
|
||||
.string "Thank you, dear!$"
|
||||
|
||||
MtChimney_Text_YouveNotGotTheMoney: @ 822FE5E
|
||||
MtChimney_Text_YouveNotGotTheMoney:
|
||||
.string "Oh, dear. You can't buy a thing if\n"
|
||||
.string "you've not got the money.$"
|
||||
|
||||
MtChimney_Text_OhFineThen: @ 822FE9B
|
||||
MtChimney_Text_OhFineThen:
|
||||
.string "Oh, fine then.$"
|
||||
|
||||
MtChimney_Text_MetoriteFittedOnMachine: @ 822FEAA
|
||||
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: @ 822FF12
|
||||
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: @ 822FF66
|
||||
MtChimney_Text_PlayerRemovedMeteorite:
|
||||
.string "{PLAYER} removed the METEORITE from\n"
|
||||
.string "the mysterious machine.$"
|
||||
|
||||
MtChimney_Text_PlayerLeftMeteorite: @ 822FF9C
|
||||
MtChimney_Text_PlayerLeftMeteorite:
|
||||
.string "{PLAYER} left the METEORITE where\n"
|
||||
.string "it was.$"
|
||||
|
||||
MtChimney_Text_MachineMakesNoResponse: @ 822FFC0
|
||||
MtChimney_Text_MachineMakesNoResponse:
|
||||
.string "This mysterious machine…\n"
|
||||
.string "It makes no response whatsoever.$"
|
||||
|
||||
MtChimney_Text_RouteSign: @ 822FFFA
|
||||
MtChimney_Text_RouteSign:
|
||||
.string "{DOWN_ARROW} JAGGED PATH\n"
|
||||
.string "LAVARIDGE TOWN AHEAD$"
|
||||
|
||||
MtChimney_Text_ShelbyIntro: @ 823001D
|
||||
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: @ 8230076
|
||||
MtChimney_Text_ShelbyDefeat:
|
||||
.string "Oh, my goodness.\n"
|
||||
.string "Now, aren't you something!$"
|
||||
|
||||
MtChimney_Text_ShelbyPostBattle: @ 82300A2
|
||||
MtChimney_Text_ShelbyPostBattle:
|
||||
.string "Well, well, I've lost. I can't call\n"
|
||||
.string "myself an EXPERT now, can I?$"
|
||||
|
||||
MtChimney_Text_ShelbyRegister: @ 82300E3
|
||||
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: @ 8230153
|
||||
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: @ 82301BB
|
||||
MtChimney_Text_ShelbyRematchDefeat:
|
||||
.string "Oh, my goodness.\n"
|
||||
.string "Now, aren't you something!$"
|
||||
|
||||
MtChimney_Text_ShelbyPostRematch: @ 82301E7
|
||||
MtChimney_Text_ShelbyPostRematch:
|
||||
.string "Perhaps your heart has become one\n"
|
||||
.string "with the hearts of your POKéMON.$"
|
||||
|
||||
MtChimney_Text_MelissaIntro: @ 823022A
|
||||
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: @ 823026D
|
||||
MtChimney_Text_MelissaDefeat:
|
||||
.string "Ooh, that was a scorching-hot match!$"
|
||||
|
||||
MtChimney_Text_MelissaPostBattle: @ 8230292
|
||||
MtChimney_Text_MelissaPostBattle:
|
||||
.string "The heat of MT. CHIMNEY warms\n"
|
||||
.string "me up, baby!$"
|
||||
|
||||
MtChimney_Text_SheilaIntro: @ 82302BD
|
||||
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: @ 8230304
|
||||
MtChimney_Text_SheilaDefeat:
|
||||
.string "The way you battle…\n"
|
||||
.string "It's like a MT. CHIMNEY eruption!$"
|
||||
|
||||
MtChimney_Text_SheilaPostBattle: @ 823033A
|
||||
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: @ 82303DF
|
||||
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: @ 8230436
|
||||
MtChimney_Text_ShirleyDefeat:
|
||||
.string "Yowch!\n"
|
||||
.string "I'm getting a chill out of the water.$"
|
||||
|
||||
MtChimney_Text_ShirleyPostBattle: @ 8230463
|
||||
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: @ 82304B3
|
||||
MtChimney_Text_SawyerIntro:
|
||||
.string "This is one fine mountain! Plenty of\n"
|
||||
.string "hot people around for company!$"
|
||||
|
||||
MtChimney_Text_SawyerDefeat: @ 82304F7
|
||||
MtChimney_Text_SawyerDefeat:
|
||||
.string "Oh, you're a real firebrand, too!$"
|
||||
|
||||
MtChimney_Text_SawyerPostBattle: @ 8230519
|
||||
MtChimney_Text_SawyerPostBattle:
|
||||
.string "I think I need a dip in LAVARIDGE\n"
|
||||
.string "HOT SPRING with the locals!$"
|
||||
|
||||
MtChimney_Text_SawyerRegister: @ 8230557
|
||||
MtChimney_Text_SawyerRegister:
|
||||
.string "I like little fireballs like you.\n"
|
||||
.string "Let me register you in my POKéNAV.$"
|
||||
|
||||
MtChimney_Text_SawyerRematchIntro: @ 823059C
|
||||
MtChimney_Text_SawyerRematchIntro:
|
||||
.string "I'm happily surrounded by hot people\n"
|
||||
.string "around these parts. I won't lose!$"
|
||||
|
||||
MtChimney_Text_SawyerRematchDefeat: @ 82305E3
|
||||
MtChimney_Text_SawyerRematchDefeat:
|
||||
.string "Gosh, you're still the same\n"
|
||||
.string "firebrand as before!$"
|
||||
|
||||
MtChimney_Text_SawyerPostRematch: @ 8230614
|
||||
MtChimney_Text_SawyerPostRematch:
|
||||
.string "Actually, it really is hot here.\n"
|
||||
.string "I'm overdressed for these parts.$"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user