mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-06 07:27:47 +01:00
Fix Protean ability pop-up
This commit is contained in:
parent
f415871369
commit
a8edf08ee4
@ -939,6 +939,7 @@ static void atk00_attackcanceler(void)
|
|||||||
{
|
{
|
||||||
PREPARE_TYPE_BUFFER(gBattleTextBuff1, moveType);
|
PREPARE_TYPE_BUFFER(gBattleTextBuff1, moveType);
|
||||||
SET_BATTLER_TYPE(gBattlerAttacker, moveType);
|
SET_BATTLER_TYPE(gBattlerAttacker, moveType);
|
||||||
|
gBattlerAbility = gBattlerAttacker;
|
||||||
BattleScriptPushCursor();
|
BattleScriptPushCursor();
|
||||||
gBattlescriptCurrInstr = BattleScript_ProteanActivates;
|
gBattlescriptCurrInstr = BattleScript_ProteanActivates;
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user