Updated Chain Fishing (markdown)

ghoulslash 2020-09-29 15:50:55 -06:00
parent 63a9f4b7fa
commit 11fe152b56
1 changed files with 1 additions and 1 deletions

@ -33,7 +33,7 @@ void FishingWildEncounter(u8 rod)
species = GenerateFishingWildMon(gWildMonHeaders[GetCurrentMapWildMonHeaderId()].fishingMonsInfo, rod);
}
+ if (species == sLastFishingSpecies && gChainFishingStreak < MAX_CHAIN_FISHING_STREAK)
+ if (species == sLastFishingSpecies && gChainFishingStreak < 20)
+ gChainFishingStreak++;
+ else
+ gChainFishingStreak = 0; //reeling in different species resets chain fish counter