mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 12:07:38 +01:00
Commented out call to inexistent IsZMove func
This commit is contained in:
parent
255be1a0c4
commit
37875a7850
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user