Rename an erroneously named battlescript

This commit is contained in:
DizzyEggg
2019-03-05 17:06:29 +01:00
parent cb2922e7d7
commit b150091436
3 changed files with 3 additions and 3 deletions

View File

@@ -1526,7 +1526,7 @@ u8 AtkCanceller_UnableToUseMove(void)
}
else
{
BattleScriptPush(BattleScript_MoveUsedIsParalyzedCantAttack);
BattleScriptPush(BattleScript_MoveUsedIsInLoveCantAttack);
gHitMarker |= HITMARKER_UNABLE_TO_USE_MOVE;
gProtectStructs[gBattlerAttacker].loveImmobility = 1;
CancelMultiTurnMoves(gBattlerAttacker);