pokeemerald/data/maps/Route121/scripts.inc

192 lines
5.7 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
Route121_MapScripts:: @ 81F5DFC
.byte 0
Route121_EventScript_Woman:: @ 81F5DFD
msgbox Route121_Text_AheadLoomsMtPyre, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
Route121_EventScript_MtPyrePierSign:: @ 81F5E06
msgbox Route121_Text_MtPyrePierSign, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
Route121_EventScript_SafariZoneSign:: @ 81F5E0F
msgbox Route121_Text_SafariZoneSign, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
Route121_EventScript_AquaGruntsMoveOut:: @ 81F5E18
2017-11-10 02:21:31 +01:00
lockall
2017-12-22 08:46:19 +01:00
playbgm MUS_AQA_0, 0
2019-10-06 19:55:30 +02:00
applymovement 13, Common_Movement_WalkInPlaceRight
2017-11-10 02:21:31 +01:00
waitmovement 0
msgbox Route121_Text_OkayMoveOutToMtPyre, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
applymovement 12, Route121_Movement_Grunt1Exit
applymovement 13, Route121_Movement_Grunt2Exit
applymovement 14, Route121_Movement_Grunt3Exit
2017-11-10 02:21:31 +01:00
waitmovement 0
fadedefaultbgm
removeobject 12
removeobject 13
removeobject 14
setvar VAR_ROUTE121_STATE, 1
2017-11-10 02:21:31 +01:00
releaseall
end
Route121_Movement_Grunt1Exit: @ 81F5E59
walk_down
walk_down
walk_down
walk_down
walk_down
walk_down
walk_down
walk_down
2017-11-10 02:21:31 +01:00
step_end
Route121_Movement_Grunt2Exit: @ 81F5E62
walk_down
walk_down
walk_down
walk_down
walk_down
walk_down
walk_down
walk_down
2017-11-10 02:21:31 +01:00
step_end
Route121_Movement_Grunt3Exit: @ 81F5E6B
walk_down
walk_down
walk_down
walk_down
walk_down
walk_down
walk_down
walk_down
2017-11-10 02:21:31 +01:00
step_end
Route121_EventScript_Vanessa:: @ 81F5E74
trainerbattle_single TRAINER_VANESSA, Route121_Text_VanessaIntro, Route121_Text_VanessaDefeat
msgbox Route121_Text_VanessaPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
Route121_EventScript_Walter:: @ 81F5E8B
trainerbattle_single TRAINER_WALTER_1, Route121_Text_WalterIntro, Route121_Text_WalterDefeat, Route121_EventScript_RegisterWalter
2017-12-01 21:25:13 +01:00
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, TRUE
goto_if_eq Route121_EventScript_RematchWalter
msgbox Route121_Text_WalterPostBattle, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
Route121_EventScript_RegisterWalter:: @ 81F5EB7
2019-11-01 08:41:55 +01:00
special PlayerFaceTrainerAfterBattle
2017-11-10 02:21:31 +01:00
waitmovement 0
msgbox Route121_Text_WalterRegister, MSGBOX_DEFAULT
2018-12-02 12:04:59 +01:00
register_matchcall TRAINER_WALTER_1
2017-11-10 02:21:31 +01:00
release
end
Route121_EventScript_RematchWalter:: @ 81F5ED6
trainerbattle_rematch TRAINER_WALTER_1, Route121_Text_WalterRematchIntro, Route121_Text_WalterRematchDefeat
msgbox Route121_Text_WalterPostRematch, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
Route121_EventScript_Tammy:: @ 81F5EED
trainerbattle_single TRAINER_TAMMY, Route121_Text_TammyIntro, Route121_Text_TammyDefeat
msgbox Route121_Text_TammyPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
Route121_EventScript_Kate:: @ 81F5F04
trainerbattle_double TRAINER_KATE_AND_JOY, Route121_Text_KateIntro, Route121_Text_KateDefeat, Route121_Text_KateNotEnoughMons
msgbox Route121_Text_KatePostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
Route121_EventScript_Joy:: @ 81F5F1F
trainerbattle_double TRAINER_KATE_AND_JOY, Route121_Text_JoyIntro, Route121_Text_JoyDefeat, Route121_Text_JoyNotEnoughMons
msgbox Route121_Text_JoyPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
Route121_EventScript_Jessica:: @ 81F5F3A
trainerbattle_single TRAINER_JESSICA_1, Route121_Text_JessicaIntro, Route121_Text_JessicaDefeat, Route121_EventScript_RegisterJessica
2017-12-01 21:25:13 +01:00
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, TRUE
goto_if_eq Route121_EventScript_RematchJessica
msgbox Route121_Text_JessicaPostBattle, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
Route121_EventScript_RegisterJessica:: @ 81F5F66
2019-11-01 08:41:55 +01:00
special PlayerFaceTrainerAfterBattle
2017-11-10 02:21:31 +01:00
waitmovement 0
msgbox Route121_Text_JessicaRegister, MSGBOX_DEFAULT
2018-12-02 12:04:59 +01:00
register_matchcall TRAINER_JESSICA_1
2017-11-10 02:21:31 +01:00
release
end
Route121_EventScript_RematchJessica:: @ 81F5F85
trainerbattle_rematch TRAINER_JESSICA_1, Route121_Text_JessicaRematchIntro, Route121_Text_JessicaRematchDefeat
msgbox Route121_Text_JessicaPostRematch, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
Route121_EventScript_Cale:: @ 81F5F9C
trainerbattle_single TRAINER_CALE, Route121_Text_CaleIntro, Route121_Text_CaleDefeat
msgbox Route121_Text_CalePostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
Route121_EventScript_Myles:: @ 81F5FB3
trainerbattle_single TRAINER_MYLES, Route121_Text_MylesIntro, Route121_Text_MylesDefeat
msgbox Route121_Text_MylesPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
Route121_EventScript_Pat:: @ 81F5FCA
trainerbattle_single TRAINER_PAT, Route121_Text_PatIntro, Route121_Text_PatDefeat
msgbox Route121_Text_PatPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
Route121_EventScript_Marcel:: @ 81F5FE1
trainerbattle_single TRAINER_MARCEL, Route121_Text_MarcelIntro, Route121_Text_MarcelDefeat
msgbox Route121_Text_MarcelPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
Route121_EventScript_Cristin:: @ 81F5FF8
trainerbattle_single TRAINER_CRISTIN_1, Route121_Text_CristinIntro, Route121_Text_CristinDefeat, Route121_EventScript_RegisterCristin
2017-12-01 21:25:13 +01:00
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, TRUE
goto_if_eq Route121_EventScript_RematchCristin
msgbox Route121_Text_CristinPostBattle, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
Route121_EventScript_RegisterCristin:: @ 81F6024
2019-11-01 08:41:55 +01:00
special PlayerFaceTrainerAfterBattle
2017-11-10 02:21:31 +01:00
waitmovement 0
msgbox Route121_Text_CristinRegister, MSGBOX_DEFAULT
2018-12-02 12:04:59 +01:00
register_matchcall TRAINER_CRISTIN_1
2017-11-10 02:21:31 +01:00
release
end
Route121_EventScript_RematchCristin:: @ 81F6043
trainerbattle_rematch TRAINER_CRISTIN_1, Route121_Text_CristinRematchIntro, Route121_Text_CristinRematchDefeat
msgbox Route121_Text_CristinPostRematch, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
Route121_Text_OkayMoveOutToMtPyre: @ 81F605A
2017-11-10 02:21:31 +01:00
.string "Okay!\n"
2018-12-07 16:41:08 +01:00
.string "We're to move out to MT. PYRE!$"
2017-11-10 02:21:31 +01:00
Route121_Text_AheadLoomsMtPyre: @ 81F607F
2017-11-10 02:21:31 +01:00
.string "Ahead looms MT. PYRE…\p"
.string "It is a natural monument to the spirits \n"
.string "of departed POKéMON…$"
Route121_Text_MtPyrePierSign: @ 81F60D3
2017-11-10 02:21:31 +01:00
.string "MT. PYRE PIER\p"
.string "…The sign is old and worn out.\n"
.string "The words are barely legible…$"
Route121_Text_SafariZoneSign: @ 81F611E
2017-11-10 02:21:31 +01:00
.string "“Filled with rare POKéMON!”\n"
.string "SAFARI ZONE$"