From efaea2a3ab10523ed1b299d5363922667c809381 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Fri, 6 Dec 2019 02:27:58 -0500 Subject: Revert WEATHER_CLOUDY to WEATHER_SHADE --- include/constants/weather.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/constants/weather.h b/include/constants/weather.h index a48b309ed..50f42836e 100644 --- a/include/constants/weather.h +++ b/include/constants/weather.h @@ -12,7 +12,7 @@ #define WEATHER_SANDSTORM 8 #define WEATHER_FOG_DIAGONAL 9 #define WEATHER_UNDERWATER 10 -#define WEATHER_CLOUDY 11 +#define WEATHER_SHADE 11 #define WEATHER_DROUGHT 12 #define WEATHER_DOWNPOUR 13 #define WEATHER_UNDERWATER_BUBBLES 14 @@ -32,7 +32,7 @@ #define COORD_EVENT_WEATHER_FOG_DIAGONAL 7 #define COORD_EVENT_WEATHER_VOLCANIC_ASH 8 #define COORD_EVENT_WEATHER_SANDSTORM 9 -#define COORD_EVENT_WEATHER_CLOUDY 10 +#define COORD_EVENT_WEATHER_SHADE 10 #define COORD_EVENT_WEATHER_DROUGHT 11 #define COORD_EVENT_WEATHER_ROUTE119_CYCLE 20 #define COORD_EVENT_WEATHER_ROUTE123_CYCLE 21 -- cgit v1.2.3