summaryrefslogtreecommitdiff
path: root/src/field/safari_zone.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/safari_zone.c
parent9e4d9171e3a2d1d239cb66f1fdff09f069941589 (diff)
use game stat defines
Diffstat (limited to 'src/field/safari_zone.c')
-rw-r--r--src/field/safari_zone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field/safari_zone.c b/src/field/safari_zone.c
index e9ca3a9f9..6c7c8b391 100644
--- a/src/field/safari_zone.c
+++ b/src/field/safari_zone.c
@@ -56,7 +56,7 @@ void ResetSafariZoneFlag(void)
void EnterSafariMode(void)
{
- IncrementGameStat(0x11);
+ IncrementGameStat(GAME_STAT_ENTERED_SAFARI_ZONE);
SetSafariZoneFlag();
ClearAllPokeblockFeeders();
gNumSafariBalls = 30;