Merge pull request #605 from DizzyEggg/rename

Rename an erroneously named battlescript
This commit is contained in:
Diegoisawesome
2019-03-05 10:41:30 -06:00
committed by GitHub
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);