From a8edf08ee444ed09704553fd9d0ab2069a5c2463 Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Mon, 4 Feb 2019 12:43:20 +0100 Subject: [PATCH] Fix Protean ability pop-up --- src/battle_script_commands.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index 41e54dd5a0..b475771df9 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -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;