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/MtPyre_Exterior | |
| parent | bea170e8e9555fb6941a952e939277b5bdd3459b (diff) | |
Remove address comments
Diffstat (limited to 'data/maps/MtPyre_Exterior')
| -rw-r--r-- | data/maps/MtPyre_Exterior/scripts.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/maps/MtPyre_Exterior/scripts.inc b/data/maps/MtPyre_Exterior/scripts.inc index 56a990266..01279d645 100644 --- a/data/maps/MtPyre_Exterior/scripts.inc +++ b/data/maps/MtPyre_Exterior/scripts.inc @@ -1,27 +1,27 @@ -MtPyre_Exterior_MapScripts:: @ 8231FCC +MtPyre_Exterior_MapScripts:: map_script MAP_SCRIPT_ON_TRANSITION, MtPyre_Exterior_OnTransition .byte 0 -MtPyre_Exterior_OnTransition: @ 8231FD2 +MtPyre_Exterior_OnTransition: call MtPyre_Exterior_EventScript_CheckEnterFromSummit end -MtPyre_Exterior_EventScript_CheckEnterFromSummit:: @ 8231FD8 +MtPyre_Exterior_EventScript_CheckEnterFromSummit:: getplayerxy VAR_TEMP_0, VAR_TEMP_1 compare VAR_TEMP_1, 12 goto_if_lt MtPyre_Exterior_EventScript_EnterFromSummit return -MtPyre_Exterior_EventScript_EnterFromSummit:: @ 8231FE9 +MtPyre_Exterior_EventScript_EnterFromSummit:: setweather WEATHER_FOG_HORIZONTAL return -MtPyre_Exterior_EventScript_FogTrigger:: @ 8231FED +MtPyre_Exterior_EventScript_FogTrigger:: setweather WEATHER_FOG_HORIZONTAL doweather end -MtPyre_Exterior_EventScript_SunTrigger:: @ 8231FF2 +MtPyre_Exterior_EventScript_SunTrigger:: setweather WEATHER_SUNNY doweather end |
