diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-16 19:14:14 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-16 19:14:14 -0500 |
commit | 31a322fdc589c381af6ec4b4c4781d28cb394cc1 (patch) | |
tree | e43fc56221de9ddcb8a8324f6a87ab4cf3f063db /src/field/safari_zone.c | |
parent | 9e4d9171e3a2d1d239cb66f1fdff09f069941589 (diff) |
use game stat defines
Diffstat (limited to 'src/field/safari_zone.c')
-rw-r--r-- | src/field/safari_zone.c | 2 |
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; |