summaryrefslogtreecommitdiff
path: root/data/maps/Route126/scripts.inc
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/Route126/scripts.inc')
-rw-r--r--data/maps/Route126/scripts.inc24
1 files changed, 12 insertions, 12 deletions
diff --git a/data/maps/Route126/scripts.inc b/data/maps/Route126/scripts.inc
index 6fbc43592..79f5bb11b 100644
--- a/data/maps/Route126/scripts.inc
+++ b/data/maps/Route126/scripts.inc
@@ -1,47 +1,47 @@
-Route126_MapScripts:: @ 81F68C6
+Route126_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, Route126_OnTransition
.byte 0
-Route126_OnTransition: @ 81F68CC
+Route126_OnTransition:
call_if_set FLAG_SYS_WEATHER_CTRL, Common_EventScript_SetAbnormalWeather
end
-Route126_EventScript_Barry:: @ 81F68D6
+Route126_EventScript_Barry::
trainerbattle_single TRAINER_BARRY, Route126_Text_BarryIntro, Route126_Text_BarryDefeat
msgbox Route126_Text_BarryPostBattle, MSGBOX_AUTOCLOSE
end
-Route126_EventScript_Dean:: @ 81F68ED
+Route126_EventScript_Dean::
trainerbattle_single TRAINER_DEAN, Route126_Text_DeanIntro, Route126_Text_DeanDefeat
msgbox Route126_Text_DeanPostBattle, MSGBOX_AUTOCLOSE
end
-Route126_EventScript_Nikki:: @ 81F6904
+Route126_EventScript_Nikki::
trainerbattle_single TRAINER_NIKKI, Route126_Text_NikkiIntro, Route126_Text_NikkiDefeat
msgbox Route126_Text_NikkiPostBattle, MSGBOX_AUTOCLOSE
end
-Route126_EventScript_Brenda:: @ 81F691B
+Route126_EventScript_Brenda::
trainerbattle_single TRAINER_BRENDA, Route126_Text_BrendaIntro, Route126_Text_BrendaDefeat
msgbox Route126_Text_BrendaPostBattle, MSGBOX_AUTOCLOSE
end
-Route126_EventScript_Leonardo:: @ 81F6932
+Route126_EventScript_Leonardo::
trainerbattle_single TRAINER_LEONARDO, Route126_Text_LeonardoIntro, Route126_Text_LeonardoDefeat
msgbox Route126_Text_LeonardoPostBattle, MSGBOX_AUTOCLOSE
end
-Route126_EventScript_Isobel:: @ 81F6949
+Route126_EventScript_Isobel::
trainerbattle_single TRAINER_ISOBEL, Route126_Text_IsobelIntro, Route126_Text_IsobelDefeat
msgbox Route126_Text_IsobelPostBattle, MSGBOX_AUTOCLOSE
end
-Route126_EventScript_Sienna:: @ 81F6960
+Route126_EventScript_Sienna::
trainerbattle_single TRAINER_SIENNA, Route126_Text_SiennaIntro, Route126_Text_SiennaDefeat
msgbox Route126_Text_SiennaPostBattle, MSGBOX_AUTOCLOSE
end
-Route126_EventScript_Pablo:: @ 81F6977
+Route126_EventScript_Pablo::
trainerbattle_single TRAINER_PABLO_1, Route126_Text_PabloIntro, Route126_Text_PabloDefeat, Route126_EventScript_RegisterPablo
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, TRUE
@@ -50,7 +50,7 @@ Route126_EventScript_Pablo:: @ 81F6977
release
end
-Route126_EventScript_RegisterPablo:: @ 81F69A3
+Route126_EventScript_RegisterPablo::
special PlayerFaceTrainerAfterBattle
waitmovement 0
msgbox Route126_Text_PabloRegister, MSGBOX_DEFAULT
@@ -58,7 +58,7 @@ Route126_EventScript_RegisterPablo:: @ 81F69A3
release
end
-Route126_EventScript_RematchPablo:: @ 81F69C2
+Route126_EventScript_RematchPablo::
trainerbattle_rematch TRAINER_PABLO_1, Route126_Text_PabloRematchIntro, Route126_Text_PabloRematchDefeat
msgbox Route126_Text_PabloPostRematch, MSGBOX_AUTOCLOSE
end