diff options
| author | huderlem <huderlem@gmail.com> | 2019-02-25 08:03:22 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-25 08:03:22 -0600 |
| commit | b3a7a1278abea55a2b4982c0dfc42d04c7981ba9 (patch) | |
| tree | 6c0949b768afe69803f3675fe919bcce2d8e52f6 /data/maps | |
| parent | 84573f1774a710160af23f28ca436f6166f233c2 (diff) | |
| parent | 1cd5cb09cfb434b2f688a5a6ec13e0a2d430a41a (diff) | |
Merge pull request #577 from Phlosioneer/weather-15
Document the weather state functions
Diffstat (limited to 'data/maps')
| -rw-r--r-- | data/maps/SkyPillar_Outside/scripts.inc | 2 | ||||
| -rw-r--r-- | data/maps/SootopolisCity/scripts.inc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/SkyPillar_Outside/scripts.inc b/data/maps/SkyPillar_Outside/scripts.inc index 7b826d576..c68dc03e3 100644 --- a/data/maps/SkyPillar_Outside/scripts.inc +++ b/data/maps/SkyPillar_Outside/scripts.inc @@ -72,7 +72,7 @@ SkyPillar_Outside_EventScript_239304:: @ 8239304 msgbox SkyPillar_Outside_Text_23950C, MSGBOX_DEFAULT closemessage setflag FLAG_SYS_WEATHER_CTRL - setweather WEATHER_15 + setweather WEATHER_ALTERNATING doweather special WaitWeather waitstate diff --git a/data/maps/SootopolisCity/scripts.inc b/data/maps/SootopolisCity/scripts.inc index a0ca1fb84..98c9af1ee 100644 --- a/data/maps/SootopolisCity/scripts.inc +++ b/data/maps/SootopolisCity/scripts.inc @@ -214,7 +214,7 @@ SootopolisCity_EventScript_1E5946:: @ 81E5946 special RemoveCameraObject delay 60 fadescreenspeed 1, 8 - setweather WEATHER_15 + setweather WEATHER_ALTERNATING doweather setvar VAR_0x8004, 0 special sub_813B7D8 @@ -314,7 +314,7 @@ SootopolisCity_EventScript_1E5A82:: @ 81E5A82 special RemoveCameraObject delay 60 fadescreenspeed 1, 8 - setweather WEATHER_15 + setweather WEATHER_ALTERNATING doweather setvar VAR_0x8004, 0 special sub_813B7D8 |
