forgot torment

This commit is contained in:
Alex 2023-02-27 18:39:17 +01:00
parent 1a2504d5ee
commit 21ca6defa7

View File

@ -1759,7 +1759,7 @@ u8 TrySetCantSelectMoveBattleScript(void)
}
}
if (move == gLastMoves[gActiveBattler] && move != MOVE_STRUGGLE && (gBattleMons[gActiveBattler].status2 & STATUS2_TORMENT))
if (gBattleStruct->zmove.toBeUsed[gBattlerAttacker] == MOVE_NONE && move == gLastMoves[gActiveBattler] && move != MOVE_STRUGGLE && (gBattleMons[gActiveBattler].status2 & STATUS2_TORMENT))
{
CancelMultiTurnMoves(gActiveBattler);
if (gBattleTypeFlags & BATTLE_TYPE_PALACE)