mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-23 14:31:46 -05:00
Fixed Old Rod Lure swap
This commit is contained in:
parent
b0bd5f9879
commit
b2b308fe9e
|
|
@ -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 New Issue
Block a user