Shields Down protects all meteor form Minior

This was only working with red core minior.
This commit is contained in:
BuffelSaft 2021-08-07 20:38:35 +12:00
parent e6a2d2226f
commit 1f3983cb05

View File

@ -7138,7 +7138,7 @@ u32 IsLeafGuardProtected(u32 battler)
bool32 IsShieldsDownProtected(u32 battler)
{
return (gBattleMons[battler].ability == ABILITY_SHIELDS_DOWN
&& gBattleMons[battler].species == SPECIES_MINIOR);
&& GetFormIdFromFormSpeciesId(gBattleMons[battler].species) < 6); // Minior is not in core form
}
u32 IsAbilityStatusProtected(u32 battler)