mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-06 05:17:25 -05:00
Fix palaceUnableToUseMove falling through to change battle script (#7912)
Co-authored-by: ghoulslash <pokevoyager0@gmail.com>
This commit is contained in:
parent
66965e3d68
commit
77ec4cd6eb
|
|
@ -529,8 +529,7 @@ void HandleAction_UseMove(void)
|
|||
gBattlescriptCurrInstr = BattleScript_MoveUsedLoafingAround;
|
||||
}
|
||||
}
|
||||
|
||||
if (IsBattlerAlly(gBattlerAttacker, gBattlerTarget) && !IsBattlerAlive(gBattlerTarget))
|
||||
else if (IsBattlerAlly(gBattlerAttacker, gBattlerTarget) && !IsBattlerAlive(gBattlerTarget))
|
||||
{
|
||||
gBattlescriptCurrInstr = BattleScript_FailedFromAtkCanceler;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user