From 22fd579fd98bb7d1e5d282da2aea2ab98f711de2 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Fri, 6 Dec 2019 14:16:07 -0500 Subject: Add comment for ABNORMAL_WEATHER --- include/constants/weather.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/constants') 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 -- cgit v1.2.3