asm party and fldeff clean-up
This commit is contained in:
@@ -1310,7 +1310,7 @@ bool8 PartyHasMonWithSurf(void)
|
||||
{
|
||||
if (GetMonData(&gPlayerParty[i], MON_DATA_SPECIES) == SPECIES_NONE)
|
||||
break;
|
||||
if (pokemon_has_move(&gPlayerParty[i], MOVE_SURF))
|
||||
if (MonKnowsMove(&gPlayerParty[i], MOVE_SURF))
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user