summaryrefslogtreecommitdiff
path: root/src/field/wild_encounter.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/wild_encounter.c
parent9e4d9171e3a2d1d239cb66f1fdff09f069941589 (diff)
use game stat defines
Diffstat (limited to 'src/field/wild_encounter.c')
-rw-r--r--src/field/wild_encounter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field/wild_encounter.c b/src/field/wild_encounter.c
index 4bf83cad8..79542422e 100644
--- a/src/field/wild_encounter.c
+++ b/src/field/wild_encounter.c
@@ -4254,7 +4254,7 @@ void FishingWildEncounter(u8 rod)
gWildMonHeaders[GetCurrentMapWildMonHeader()].fishingMonsInfo,
rod);
}
- IncrementGameStat(12);
+ IncrementGameStat(GAME_STAT_FISHING_CAPTURES);
sub_80BEA50(species);
BattleSetup_StartWildBattle();
}