Rename GAME_STAT_FISHING_CAPTURES to GAME_STAT_FISHING_ENCOUNTERS
This commit is contained in:
@@ -783,7 +783,7 @@ void FishingWildEncounter(u8 rod)
|
||||
{
|
||||
species = GenerateFishingWildMon(gWildMonHeaders[GetCurrentMapWildMonHeaderId()].fishingMonsInfo, rod);
|
||||
}
|
||||
IncrementGameStat(GAME_STAT_FISHING_CAPTURES);
|
||||
IncrementGameStat(GAME_STAT_FISHING_ENCOUNTERS);
|
||||
SetPokemonAnglerSpecies(species);
|
||||
BattleSetup_StartWildBattle();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user