diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-05 02:47:32 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-02-05 21:04:43 -0500 |
commit | 86354f1d50a5cb510b2788558c06342b21dbaa08 (patch) | |
tree | bea163f80c91feab435542b5ed93f3773072970e /data/scripts | |
parent | 27c4329e4518a9838476e16c9fbb4cfb6d83a0d7 (diff) |
Document some pokenav and region map
Diffstat (limited to 'data/scripts')
-rw-r--r-- | data/scripts/abnormal_weather.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/scripts/abnormal_weather.inc b/data/scripts/abnormal_weather.inc index 88da0405f..16f8af41f 100644 --- a/data/scripts/abnormal_weather.inc +++ b/data/scripts/abnormal_weather.inc @@ -172,7 +172,7 @@ AbnormalWeather_StartGroudonWeather:: @ 8273D1B AbnormalWeather_EventScript_EndEventAndCleanup_1:: @ 8273D1F lockall - compare VAR_ABNORMAL_WEATHER_LOCATION, ABNORMAL_WEATHER_KYOGRE_LOCATIONS_START + compare VAR_ABNORMAL_WEATHER_LOCATION, MARINE_CAVE_LOCATIONS_START goto_if_ge AbnormalWeather_EventScript_ShowRainEndedMessage goto AbnormalWeather_EventScript_ShowSunEndedMessage end |