diff options
Diffstat (limited to 'data/maps/Route124/scripts.inc')
-rw-r--r-- | data/maps/Route124/scripts.inc | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/data/maps/Route124/scripts.inc b/data/maps/Route124/scripts.inc index 92d43e6ad..d1cd8ef8c 100644 --- a/data/maps/Route124/scripts.inc +++ b/data/maps/Route124/scripts.inc @@ -1,26 +1,26 @@ -Route124_MapScripts:: @ 81F656C +Route124_MapScripts:: map_script MAP_SCRIPT_ON_TRANSITION, Route124_OnTransition .byte 0 -Route124_OnTransition: @ 81F6572 +Route124_OnTransition: call_if_set FLAG_SYS_WEATHER_CTRL, Common_EventScript_SetAbnormalWeather end -Route124_EventScript_HuntersHouseSign:: @ 81F657C +Route124_EventScript_HuntersHouseSign:: msgbox Route124_Text_HuntersHouse, MSGBOX_SIGN end -Route124_EventScript_Spencer:: @ 81F6585 +Route124_EventScript_Spencer:: trainerbattle_single TRAINER_SPENCER, Route124_Text_SpencerIntro, Route124_Text_SpencerDefeat msgbox Route124_Text_SpencerPostBattle, MSGBOX_AUTOCLOSE end -Route124_EventScript_Roland:: @ 81F659C +Route124_EventScript_Roland:: trainerbattle_single TRAINER_ROLAND, Route124_Text_RolandIntro, Route124_Text_RolandDefeat msgbox Route124_Text_RolandPostBattle, MSGBOX_AUTOCLOSE end -Route124_EventScript_Jenny:: @ 81F65B3 +Route124_EventScript_Jenny:: trainerbattle_single TRAINER_JENNY_1, Route124_Text_JennyIntro, Route124_Text_JennyDefeat, Route124_EventScript_RegisterJenny specialvar VAR_RESULT, ShouldTryRematchBattle compare VAR_RESULT, TRUE @@ -29,7 +29,7 @@ Route124_EventScript_Jenny:: @ 81F65B3 release end -Route124_EventScript_RegisterJenny:: @ 81F65DF +Route124_EventScript_RegisterJenny:: special PlayerFaceTrainerAfterBattle waitmovement 0 msgbox Route124_Text_JennyRegister, MSGBOX_DEFAULT @@ -37,22 +37,22 @@ Route124_EventScript_RegisterJenny:: @ 81F65DF release end -Route124_EventScript_RematchJenny:: @ 81F65FE +Route124_EventScript_RematchJenny:: trainerbattle_rematch TRAINER_JENNY_1, Route124_Text_JennyRematchIntro, Route124_Text_JennyRematchDefeat msgbox Route124_Text_JennyPostRematch, MSGBOX_AUTOCLOSE end -Route124_EventScript_Grace:: @ 81F6615 +Route124_EventScript_Grace:: trainerbattle_single TRAINER_GRACE, Route124_Text_GraceIntro, Route124_Text_GraceDefeat msgbox Route124_Text_GracePostBattle, MSGBOX_AUTOCLOSE end -Route124_EventScript_Chad:: @ 81F662C +Route124_EventScript_Chad:: trainerbattle_single TRAINER_CHAD, Route124_Text_ChadIntro, Route124_Text_ChadDefeat msgbox Route124_Text_ChadPostBattle, MSGBOX_AUTOCLOSE end -Route124_EventScript_Lila:: @ 81F6643 +Route124_EventScript_Lila:: trainerbattle_double TRAINER_LILA_AND_ROY_1, Route124_Text_LilaIntro, Route124_Text_LilaDefeat, Route124_Text_LilaNotEnoughMons, Route124_EventScript_RegisterLila specialvar VAR_RESULT, ShouldTryRematchBattle compare VAR_RESULT, TRUE @@ -61,18 +61,18 @@ Route124_EventScript_Lila:: @ 81F6643 release end -Route124_EventScript_RegisterLila:: @ 81F6673 +Route124_EventScript_RegisterLila:: msgbox Route124_Text_LilaRoyRegister, MSGBOX_DEFAULT register_matchcall TRAINER_LILA_AND_ROY_1 release end -Route124_EventScript_RematchLila:: @ 81F668C +Route124_EventScript_RematchLila:: trainerbattle_rematch_double TRAINER_LILA_AND_ROY_1, Route124_Text_LilaRematchIntro, Route124_Text_LilaRematchDefeat, Route124_Text_LilaRematchNotEnoughMons msgbox Route124_Text_LilaPostRematch, MSGBOX_AUTOCLOSE end -Route124_EventScript_Roy:: @ 81F66A7 +Route124_EventScript_Roy:: trainerbattle_double TRAINER_LILA_AND_ROY_1, Route124_Text_RoyIntro, Route124_Text_RoyDefeat, Route124_Text_RoyNotEnoughMons, Route124_EventScript_RegisterRoy specialvar VAR_RESULT, ShouldTryRematchBattle compare VAR_RESULT, TRUE @@ -81,27 +81,27 @@ Route124_EventScript_Roy:: @ 81F66A7 release end -Route124_EventScript_RegisterRoy:: @ 81F66D7 +Route124_EventScript_RegisterRoy:: msgbox Route124_Text_LilaRoyRegister, MSGBOX_DEFAULT register_matchcall TRAINER_LILA_AND_ROY_1 release end -Route124_EventScript_RematchRoy:: @ 81F66F0 +Route124_EventScript_RematchRoy:: trainerbattle_rematch_double TRAINER_LILA_AND_ROY_1, Route124_Text_RoyRematchIntro, Route124_Text_RoyRematchDefeat, Route124_Text_RoyRematchNotEnoughMons msgbox Route124_Text_RoyPostRematch, MSGBOX_AUTOCLOSE end -Route124_EventScript_Declan:: @ 81F670B +Route124_EventScript_Declan:: trainerbattle_single TRAINER_DECLAN, Route124_Text_DeclanIntro, Route124_Text_DeclanDefeat msgbox Route124_Text_DeclanPostBattle, MSGBOX_AUTOCLOSE end -Route124_EventScript_Isabella:: @ 81F6722 +Route124_EventScript_Isabella:: trainerbattle_single TRAINER_ISABELLA, Route124_Text_IsabellaIntro, Route124_Text_IsabellaDefeat msgbox Route124_Text_IsabellaPostBattle, MSGBOX_AUTOCLOSE end -Route124_Text_HuntersHouse: @ 81F6739 +Route124_Text_HuntersHouse: .string "HUNTER'S HOUSE$" |