mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 20:17:38 +01:00
Fix atk canceller
This commit is contained in:
parent
8f8e6fb88b
commit
945575f5d6
@ -2279,7 +2279,7 @@ u8 AtkCanceller_UnableToUseMove(void)
|
||||
break;
|
||||
}
|
||||
|
||||
} while (gBattleStruct->atkCancellerTracker != CANCELLER_END && effect == 0);
|
||||
} while (gBattleStruct->atkCancellerTracker != CANCELLER_END && gBattleStruct->atkCancellerTracker != CANCELLER_END2 && effect == 0);
|
||||
|
||||
if (effect == 2)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user