Rename GAME_STAT_FISHING_CAPTURES to GAME_STAT_FISHING_ENCOUNTERS
This commit is contained in:
@@ -969,7 +969,7 @@ static const struct Story sStorytellerStories[] = {
|
||||
MauvilleCity_PokemonCenter_1F_Text_PokemonCaughtStory
|
||||
},
|
||||
{
|
||||
GAME_STAT_FISHING_CAPTURES, 1,
|
||||
GAME_STAT_FISHING_ENCOUNTERS, 1,
|
||||
MauvilleCity_PokemonCenter_1F_Text_FishingPokemonCaughtTitle,
|
||||
MauvilleCity_PokemonCenter_1F_Text_FishingPokemonCaughtAction,
|
||||
MauvilleCity_PokemonCenter_1F_Text_FishingPokemonCaughtStory
|
||||
|
||||
@@ -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