From b2b308fe9ec6129439c302b9ca779ebdce174eeb Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Fri, 16 Sep 2022 15:16:51 -0300 Subject: [PATCH] Fixed Old Rod Lure swap --- src/wild_encounter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wild_encounter.c b/src/wild_encounter.c index a87b04252e..69f60182f6 100644 --- a/src/wild_encounter.c +++ b/src/wild_encounter.c @@ -267,10 +267,10 @@ static u8 ChooseWildMonIndex_Fishing(u8 rod) wildMonIndex = 0; else wildMonIndex = 1; - break; if (swap) wildMonIndex = 1 - wildMonIndex; + break; case GOOD_ROD: if (rand < ENCOUNTER_CHANCE_FISHING_MONS_GOOD_ROD_SLOT_2) wildMonIndex = 2;