From 7f22fc9879a9f1ec4e88c4f87dd01e4ae0b999eb Mon Sep 17 00:00:00 2001 From: GriffinR Date: Fri, 6 Dec 2019 13:25:45 -0500 Subject: Update old weather names in field_weather_effect --- include/constants/weather.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/constants') diff --git a/include/constants/weather.h b/include/constants/weather.h index 60a92f030..2ad840edd 100644 --- a/include/constants/weather.h +++ b/include/constants/weather.h @@ -5,14 +5,14 @@ #define WEATHER_SUNNY_CLOUDS 1 #define WEATHER_SUNNY 2 #define WEATHER_RAIN 3 -#define WEATHER_SNOW 4 +#define WEATHER_SNOW 4 // Unused #define WEATHER_RAIN_THUNDERSTORM 5 #define WEATHER_FOG_HORIZONTAL 6 #define WEATHER_VOLCANIC_ASH 7 #define WEATHER_SANDSTORM 8 -#define WEATHER_FOG_DIAGONAL 9 -#define WEATHER_UNDERWATER 10 -#define WEATHER_SHADE 11 // original name was closer to WEATHER_CLOUDY/OVERCAST +#define WEATHER_FOG_DIAGONAL 9 // Unused +#define WEATHER_UNDERWATER 10 // Unused +#define WEATHER_SHADE 11 // Original name was closer to WEATHER_CLOUDY/OVERCAST #define WEATHER_DROUGHT 12 #define WEATHER_DOWNPOUR 13 #define WEATHER_UNDERWATER_BUBBLES 14 -- cgit v1.2.3