Fix MOVEEND_CHOICE_MOVE
Oops
This commit is contained in:
parent
47bfeaeecd
commit
2282c4fb5c
1 changed files with 1 additions and 1 deletions
|
@ -4942,7 +4942,7 @@ static void Cmd_moveend(void)
|
|||
break;
|
||||
case MOVEEND_CHOICE_MOVE: // update choice band move
|
||||
if (gHitMarker & HITMARKER_OBEYS
|
||||
&& (HOLD_EFFECT_CHOICE(holdEffectAtk) || GetBattlerAbility(gBattlerAttacker))
|
||||
&& (HOLD_EFFECT_CHOICE(holdEffectAtk) || GetBattlerAbility(gBattlerAttacker) == ABILITY_GORILLA_TACTICS)
|
||||
&& gChosenMove != MOVE_STRUGGLE
|
||||
&& (*choicedMoveAtk == 0 || *choicedMoveAtk == 0xFFFF))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue