Fixed Gastro Acid's effect on Early Bird
This commit is contained in:
parent
ebe5e03998
commit
b29f5c801f
1 changed files with 1 additions and 1 deletions
|
@ -3126,7 +3126,7 @@ u8 AtkCanceller_UnableToUseMove(void)
|
|||
else
|
||||
{
|
||||
u8 toSub;
|
||||
if (gBattleMons[gBattlerAttacker].ability == ABILITY_EARLY_BIRD)
|
||||
if (GetBattlerAbility(gBattlerAttacker) == ABILITY_EARLY_BIRD)
|
||||
toSub = 2;
|
||||
else
|
||||
toSub = 1;
|
||||
|
|
Loading…
Reference in a new issue