mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 01:14:19 +01:00
Fixed Gastro Acid's effect on Early Bird
This commit is contained in:
parent
ebe5e03998
commit
b29f5c801f
@ -3126,7 +3126,7 @@ u8 AtkCanceller_UnableToUseMove(void)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
u8 toSub;
|
u8 toSub;
|
||||||
if (gBattleMons[gBattlerAttacker].ability == ABILITY_EARLY_BIRD)
|
if (GetBattlerAbility(gBattlerAttacker) == ABILITY_EARLY_BIRD)
|
||||||
toSub = 2;
|
toSub = 2;
|
||||||
else
|
else
|
||||||
toSub = 1;
|
toSub = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user