Commented out call to inexistent IsZMove func

This commit is contained in:
LOuroboros 2021-06-02 18:02:04 -03:00
parent 255be1a0c4
commit 37875a7850

View File

@ -2271,7 +2271,7 @@ static s16 AI_CheckBadMove(u8 battlerAtk, u8 battlerDef, u16 move, s16 score)
|| MoveRequiresRecharging(instructedMove) || MoveRequiresRecharging(instructedMove)
|| MoveCallsOtherMove(instructedMove) || MoveCallsOtherMove(instructedMove)
#ifdef ITEM_Z_RING #ifdef ITEM_Z_RING
|| (IsZMove(instructedMove)) //|| (IsZMove(instructedMove))
#endif #endif
|| (gLockedMoves[battlerDef] != 0 && gLockedMoves[battlerDef] != 0xFFFF) || (gLockedMoves[battlerDef] != 0 && gLockedMoves[battlerDef] != 0xFFFF)
|| gBattleMons[battlerDef].status2 & STATUS2_MULTIPLETURNS || gBattleMons[battlerDef].status2 & STATUS2_MULTIPLETURNS