Add some missing PARTY_SIZE usage
This commit is contained in:
@@ -751,7 +751,7 @@ u8 GetMostSuitableMonToSwitchInto(void)
|
||||
gMoveResultFlags = 0;
|
||||
gCritMultiplier = 1;
|
||||
bestDmg = 0;
|
||||
bestMonId = 6;
|
||||
bestMonId = PARTY_SIZE;
|
||||
|
||||
// If we couldn't find the best mon in terms of typing, find the one that deals most damage.
|
||||
for (i = firstId; i < lastId; i++)
|
||||
|
||||
Reference in New Issue
Block a user