Tweaked Protean's effect's InGame appearance
This commit is contained in:
parent
3afda445ce
commit
bee4019d22
1 changed files with 2 additions and 0 deletions
|
@ -1428,6 +1428,8 @@ static void Cmd_attackcanceler(void)
|
||||||
SET_BATTLER_TYPE(gBattlerAttacker, moveType);
|
SET_BATTLER_TYPE(gBattlerAttacker, moveType);
|
||||||
gBattlerAbility = gBattlerAttacker;
|
gBattlerAbility = gBattlerAttacker;
|
||||||
BattleScriptPushCursor();
|
BattleScriptPushCursor();
|
||||||
|
PrepareStringBattle(STRINGID_EMPTYSTRING3, gBattlerAttacker);
|
||||||
|
gBattleCommunication[MSG_DISPLAY] = 1;
|
||||||
gBattlescriptCurrInstr = BattleScript_ProteanActivates;
|
gBattlescriptCurrInstr = BattleScript_ProteanActivates;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue