diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-12-06 14:16:07 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-12-06 19:05:28 -0600 |
commit | 22fd579fd98bb7d1e5d282da2aea2ab98f711de2 (patch) | |
tree | b4aa74685d0353822e27fc5f31fe2e7ac635ab1a /include/constants/weather.h | |
parent | 7f22fc9879a9f1ec4e88c4f87dd01e4ae0b999eb (diff) |
Add comment for ABNORMAL_WEATHER
Diffstat (limited to 'include/constants/weather.h')
-rw-r--r-- | include/constants/weather.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/weather.h b/include/constants/weather.h index 2ad840edd..98a0a2e1e 100644 --- a/include/constants/weather.h +++ b/include/constants/weather.h @@ -16,7 +16,7 @@ #define WEATHER_DROUGHT 12 #define WEATHER_DOWNPOUR 13 #define WEATHER_UNDERWATER_BUBBLES 14 -#define WEATHER_ABNORMAL 15 +#define WEATHER_ABNORMAL 15 // The alternating weather during Groudon/Kyogre conflict #define WEATHER_ROUTE119_CYCLE 20 #define WEATHER_ROUTE123_CYCLE 21 |