Fix Protean ability pop-up
This commit is contained in:
parent
f415871369
commit
a8edf08ee4
1 changed files with 1 additions and 0 deletions
|
@ -939,6 +939,7 @@ static void atk00_attackcanceler(void)
|
|||
{
|
||||
PREPARE_TYPE_BUFFER(gBattleTextBuff1, moveType);
|
||||
SET_BATTLER_TYPE(gBattlerAttacker, moveType);
|
||||
gBattlerAbility = gBattlerAttacker;
|
||||
BattleScriptPushCursor();
|
||||
gBattlescriptCurrInstr = BattleScript_ProteanActivates;
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue