Party Size and Num Stats
This commit is contained in:
@@ -1306,7 +1306,7 @@ bool8 PartyHasMonWithSurf(void)
|
||||
|
||||
if (!TestPlayerAvatarFlags(PLAYER_AVATAR_FLAG_SURFING))
|
||||
{
|
||||
for (i = 0; i < 6; i++)
|
||||
for (i = 0; i < PARTY_SIZE; i++)
|
||||
{
|
||||
if (GetMonData(&gPlayerParty[i], MON_DATA_SPECIES) == SPECIES_NONE)
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user