Fixed Old Rod Lure swap
This commit is contained in:
parent
b0bd5f9879
commit
b2b308fe9e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue