diff options
author | ghoulslash <41651341+ghoulslash@users.noreply.github.com> | 2020-09-29 15:50:55 -0600 |
---|---|---|
committer | ghoulslash <41651341+ghoulslash@users.noreply.github.com> | 2020-09-29 15:50:55 -0600 |
commit | 11fe152b56d441bed3f15dea08a61c8f34b53b80 (patch) | |
tree | ffe334039514d4c9e9d3e9596667a85100e7a7f3 | |
parent | 63a9f4b7fa9267ebb657d1e8320aae2da6af79de (diff) |
Updated Chain Fishing (markdown)
-rw-r--r-- | Chain-Fishing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Chain-Fishing.md b/Chain-Fishing.md index 62a38d6..a8126af 100644 --- a/Chain-Fishing.md +++ b/Chain-Fishing.md @@ -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 |