diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-07-20 15:18:31 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-07-20 15:18:31 -0400 |
commit | 06351bf63c791c3390edb9968effcfbadbd63fbe (patch) | |
tree | 20d294167a8a2e023c8d163e3c66491ed6e717e1 /data/maps/Route127/scripts.inc | |
parent | bea170e8e9555fb6941a952e939277b5bdd3459b (diff) |
Remove address comments
Diffstat (limited to 'data/maps/Route127/scripts.inc')
-rw-r--r-- | data/maps/Route127/scripts.inc | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/data/maps/Route127/scripts.inc b/data/maps/Route127/scripts.inc index 323315b04..426e81470 100644 --- a/data/maps/Route127/scripts.inc +++ b/data/maps/Route127/scripts.inc @@ -1,10 +1,10 @@ -Route127_MapScripts:: @ 81F69D9 +Route127_MapScripts:: map_script MAP_SCRIPT_ON_TRANSITION, Route127_OnTransition map_script MAP_SCRIPT_ON_LOAD, Route127_OnLoad map_script MAP_SCRIPT_ON_FRAME_TABLE, Route127_OnFrame .byte 0 -Route127_OnTransition: @ 81F69E9 +Route127_OnTransition: call_if_set FLAG_SYS_WEATHER_CTRL, Common_EventScript_SetAbnormalWeather compare VAR_SHOULD_END_ABNORMAL_WEATHER, 1 call_if_eq AbnormalWeather_EventScript_HideMapNamePopup @@ -14,53 +14,53 @@ Route127_OnTransition: @ 81F69E9 call_if_eq AbnormalWeather_StartKyogreWeather end -Route127_OnLoad: @ 81F6A14 +Route127_OnLoad: compare VAR_ABNORMAL_WEATHER_LOCATION, ABNORMAL_WEATHER_ROUTE_127_NORTH call_if_eq AbnormalWeather_EventScript_PlaceTilesRoute127North compare VAR_ABNORMAL_WEATHER_LOCATION, ABNORMAL_WEATHER_ROUTE_127_SOUTH call_if_eq AbnormalWeather_EventScript_PlaceTilesRoute127South end -Route127_OnFrame: @ 81F6A2B +Route127_OnFrame: map_script_2 VAR_SHOULD_END_ABNORMAL_WEATHER, 1, AbnormalWeather_EventScript_EndEventAndCleanup_1 .2byte 0 -Route127_EventScript_Camden:: @ 81F6A35 +Route127_EventScript_Camden:: trainerbattle_single TRAINER_CAMDEN, Route127_Text_CamdenIntro, Route127_Text_CamdenDefeat msgbox Route127_Text_CamdenPostBattle, MSGBOX_AUTOCLOSE end -Route127_EventScript_Donny:: @ 81F6A4C +Route127_EventScript_Donny:: trainerbattle_single TRAINER_DONNY, Route127_Text_DonnyIntro, Route127_Text_DonnyDefeat msgbox Route127_Text_DonnyPostBattle, MSGBOX_AUTOCLOSE end -Route127_EventScript_Jonah:: @ 81F6A63 +Route127_EventScript_Jonah:: trainerbattle_single TRAINER_JONAH, Route127_Text_JonahIntro, Route127_Text_JonahDefeat msgbox Route127_Text_JonahPostBattle, MSGBOX_AUTOCLOSE end -Route127_EventScript_Henry:: @ 81F6A7A +Route127_EventScript_Henry:: trainerbattle_single TRAINER_HENRY, Route127_Text_HenryIntro, Route127_Text_HenryDefeat msgbox Route127_Text_HenryPostBattle, MSGBOX_AUTOCLOSE end -Route127_EventScript_Roger:: @ 81F6A91 +Route127_EventScript_Roger:: trainerbattle_single TRAINER_ROGER, Route127_Text_RogerIntro, Route127_Text_RogerDefeat msgbox Route127_Text_RogerPostBattle, MSGBOX_AUTOCLOSE end -Route127_EventScript_Aidan:: @ 81F6AA8 +Route127_EventScript_Aidan:: trainerbattle_single TRAINER_AIDAN, Route127_Text_AidanIntro, Route127_Text_AidanDefeat msgbox Route127_Text_AidanPostBattle, MSGBOX_AUTOCLOSE end -Route127_EventScript_Athena:: @ 81F6ABF +Route127_EventScript_Athena:: trainerbattle_single TRAINER_ATHENA, Route127_Text_AthenaIntro, Route127_Text_AthenaDefeat msgbox Route127_Text_AthenaPostBattle, MSGBOX_AUTOCLOSE end -Route127_EventScript_Koji:: @ 81F6AD6 +Route127_EventScript_Koji:: trainerbattle_single TRAINER_KOJI_1, Route127_Text_KojiIntro, Route127_Text_KojiDefeat, Route127_EventScript_RegisterKoji specialvar VAR_RESULT, ShouldTryRematchBattle compare VAR_RESULT, TRUE @@ -69,7 +69,7 @@ Route127_EventScript_Koji:: @ 81F6AD6 release end -Route127_EventScript_RegisterKoji:: @ 81F6B02 +Route127_EventScript_RegisterKoji:: special PlayerFaceTrainerAfterBattle waitmovement 0 msgbox Route127_Text_KojiRegister, MSGBOX_DEFAULT @@ -77,7 +77,7 @@ Route127_EventScript_RegisterKoji:: @ 81F6B02 release end -Route127_EventScript_RematchKoji:: @ 81F6B21 +Route127_EventScript_RematchKoji:: trainerbattle_rematch TRAINER_KOJI_1, Route127_Text_KojiRematchIntro, Route127_Text_KojiRematchDefeat msgbox Route127_Text_KojiPostRematch, MSGBOX_AUTOCLOSE end |