Shields Down protects all meteor form Minior
This was only working with red core minior.
This commit is contained in:
parent
e6a2d2226f
commit
1f3983cb05
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue