Fixed 2 protection tests
This commit is contained in:
parent
92301398bc
commit
0a84072ad2
@ -1773,7 +1773,7 @@ static void Cmd_accuracycheck(void)
|
||||
gBattlescriptCurrInstr = cmd->nextInstr;
|
||||
else if (gStatuses3[gBattlerTarget] & (STATUS3_SEMI_INVULNERABLE))
|
||||
gBattlescriptCurrInstr = cmd->failInstr;
|
||||
else if (!JumpIfMoveAffectedByProtect(0))
|
||||
else if (!JumpIfMoveAffectedByProtect(gCurrentMove))
|
||||
gBattlescriptCurrInstr = cmd->nextInstr;
|
||||
}
|
||||
else if (gSpecialStatuses[gBattlerAttacker].parentalBondState == PARENTAL_BOND_2ND_HIT
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user