summaryrefslogtreecommitdiff
path: root/src/field/field_weather_effects.c
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-16 19:14:14 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-16 19:14:14 -0500
commit31a322fdc589c381af6ec4b4c4781d28cb394cc1 (patch)
treee43fc56221de9ddcb8a8324f6a87ab4cf3f063db /src/field/field_weather_effects.c
parent9e4d9171e3a2d1d239cb66f1fdff09f069941589 (diff)
use game stat defines
Diffstat (limited to 'src/field/field_weather_effects.c')
-rw-r--r--src/field/field_weather_effects.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field/field_weather_effects.c b/src/field/field_weather_effects.c
index 5a59d6c2a..7406363a5 100644
--- a/src/field/field_weather_effects.c
+++ b/src/field/field_weather_effects.c
@@ -2380,5 +2380,5 @@ void UpdateRainCounter(u8 newWeather, u8 oldWeather)
{
if (newWeather != oldWeather
&& (newWeather == WEATHER_RAIN_LIGHT || newWeather == WEATHER_RAIN_MED))
- IncrementGameStat(0x28);
+ IncrementGameStat(GAME_STAT_GOT_RAINED_ON);
}