commit
b322a42fea
1 changed files with 1 additions and 1 deletions
|
@ -7285,7 +7285,7 @@ u32 IsLeafGuardProtected(u32 battler)
|
||||||
bool32 IsShieldsDownProtected(u32 battler)
|
bool32 IsShieldsDownProtected(u32 battler)
|
||||||
{
|
{
|
||||||
return (gBattleMons[battler].ability == ABILITY_SHIELDS_DOWN
|
return (gBattleMons[battler].ability == ABILITY_SHIELDS_DOWN
|
||||||
&& gBattleMons[battler].species == SPECIES_MINIOR);
|
&& GetFormIdFromFormSpeciesId(gBattleMons[battler].species) < GetFormIdFromFormSpeciesId(SPECIES_MINIOR_CORE_RED)); // Minior is not in core form
|
||||||
}
|
}
|
||||||
|
|
||||||
u32 IsAbilityStatusProtected(u32 battler)
|
u32 IsAbilityStatusProtected(u32 battler)
|
||||||
|
|
Loading…
Reference in a new issue