diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-18 18:56:44 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-18 18:56:44 -0600 |
commit | 6553903150b6ee262bead5d8c7c5b304bd323fb2 (patch) | |
tree | 6ebb9187c06db9fc02ce98d7a15988f02fd25860 /src/field/coord_event_weather.c | |
parent | 58dd1c92ac6270d229c6762ca640118e4dd5e3cf (diff) |
start labeling field_weather
Diffstat (limited to 'src/field/coord_event_weather.c')
-rw-r--r-- | src/field/coord_event_weather.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/field/coord_event_weather.c b/src/field/coord_event_weather.c index db4e9c161..60b87fa30 100644 --- a/src/field/coord_event_weather.c +++ b/src/field/coord_event_weather.c @@ -34,7 +34,7 @@ static const struct CoordEventWeather sCoordEventWeatherFuncs[] = { COORD_EVENT_WEATHER_FOG_2, CoordEventWeather_DiagonalFog }, { COORD_EVENT_WEATHER_ASH, CoordEventWeather_Ash }, { COORD_EVENT_WEATHER_SANDSTORM, CoordEventWeather_Sandstorm }, - { COORD_EVENT_WEATHER_DARK, CoordEventWeather_Dark }, + { COORD_EVENT_WEATHER_SHADE, CoordEventWeather_Dark }, { COORD_EVENT_WEATHER_DROUGHT, CoordEventWeather_Drought }, { COORD_EVENT_WEATHER_ROUTE119_CYCLE, CoordEventWeather_Route119Cycle }, { COORD_EVENT_WEATHER_ROUTE123_CYCLE, CoordEventWeather_Route123Cycle }, @@ -87,7 +87,7 @@ static void CoordEventWeather_Sandstorm(void) static void CoordEventWeather_Dark(void) { - SetWeather(WEATHER_DARK); + SetWeather(WEATHER_SHADE); } static void CoordEventWeather_Drought(void) |