pokeemerald/data/maps/MtPyre_Exterior/scripts.inc

29 lines
700 B
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
MtPyre_Exterior_MapScripts:: @ 8231FCC
map_script MAP_SCRIPT_ON_TRANSITION, MtPyre_Exterior_OnTransition
2017-11-10 02:21:31 +01:00
.byte 0
MtPyre_Exterior_OnTransition: @ 8231FD2
2019-11-09 18:23:30 +01:00
call MtPyre_Exterior_EventScript_CheckEnterFromSummit
2017-11-10 02:21:31 +01:00
end
2019-11-09 18:23:30 +01:00
MtPyre_Exterior_EventScript_CheckEnterFromSummit:: @ 8231FD8
2018-05-19 18:02:43 +02:00
getplayerxy VAR_TEMP_0, VAR_TEMP_1
compare VAR_TEMP_1, 12
2019-11-09 18:23:30 +01:00
goto_if_lt MtPyre_Exterior_EventScript_EnterFromSummit
2017-11-10 02:21:31 +01:00
return
2019-11-09 18:23:30 +01:00
MtPyre_Exterior_EventScript_EnterFromSummit:: @ 8231FE9
2019-12-02 01:19:47 +01:00
setweather WEATHER_FOG_HORIZONTAL
2017-11-10 02:21:31 +01:00
return
2019-11-09 18:23:30 +01:00
MtPyre_Exterior_EventScript_FogTrigger:: @ 8231FED
2019-12-02 01:19:47 +01:00
setweather WEATHER_FOG_HORIZONTAL
2017-11-10 02:21:31 +01:00
doweather
end
2019-11-09 18:23:30 +01:00
MtPyre_Exterior_EventScript_SunTrigger:: @ 8231FF2
2018-12-24 22:23:58 +01:00
setweather WEATHER_SUNNY
2017-11-10 02:21:31 +01:00
doweather
end