asm party and fldeff clean-up

This commit is contained in:
DizzyEggg
2018-12-24 21:59:05 +01:00
parent 980b055bf0
commit 442b1826a2
34 changed files with 7399 additions and 1096 deletions
+1 -1
View File
@@ -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;
}
}