Skip to content

Commit

Permalink
bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
kleeenexfeu authored Nov 10, 2021
1 parent 946ef4a commit cb35505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/battle_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -6970,7 +6970,7 @@ case ITEMEFFECT_KINGSROCK:
{
case HOLD_EFFECT_FLINCH:
if (GetBattlerAbility(gBattlerAttacker) == ABILITY_SERENE_GRACE)
atkHoldEffectParam *= 2};
atkHoldEffectParam *= 2;
if (gBattleMoveDamage != 0 // Need to have done damage
&& !(gMoveResultFlags & MOVE_RESULT_NO_EFFECT)
&& TARGET_TURN_DAMAGED
Expand Down

0 comments on commit cb35505

Please sign in to comment.