forgot disable
This commit is contained in:
parent
930a88b0e2
commit
1a2504d5ee
1 changed files with 1 additions and 1 deletions
|
@ -1743,7 +1743,7 @@ u8 TrySetCantSelectMoveBattleScript(void)
|
|||
u32 holdEffect = GetBattlerHoldEffect(gActiveBattler, TRUE);
|
||||
u16 *choicedMove = &gBattleStruct->choicedMove[gActiveBattler];
|
||||
|
||||
if (gDisableStructs[gActiveBattler].disabledMove == move && move != MOVE_NONE)
|
||||
if (gBattleStruct->zmove.toBeUsed[gBattlerAttacker] == MOVE_NONE && gDisableStructs[gActiveBattler].disabledMove == move && move != MOVE_NONE)
|
||||
{
|
||||
gBattleScripting.battler = gActiveBattler;
|
||||
gCurrentMove = move;
|
||||
|
|
Loading…
Reference in a new issue