Skip to content

Commit

Permalink
Remove redundant line in Cmd_setcharge (#6053)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexOn1ine authored Jan 19, 2025
1 parent b9acfdb commit 3977b66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/battle_script_commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -14146,7 +14146,6 @@ static void Cmd_setcharge(void)
gDisableStructs[battler].chargeTimer = 2;
else
gDisableStructs[battler].chargeTimer = 0;
gBattlescriptCurrInstr++;
gBattlescriptCurrInstr = cmd->nextInstr;
}

Expand Down

0 comments on commit 3977b66

Please sign in to comment.