Skip to content

Commit

Permalink
Update src/battle_util.c
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexOn1ine authored Jul 11, 2024
1 parent 62aced4 commit cb79bad
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 @@ -2929,7 +2929,7 @@ u8 DoBattlerEndTurnEffects(void)
case ENDTURN_SEA_OF_FIRE_DAMAGE:
if (IsBattlerAlive(battler) && gSideStatuses[GetBattlerSide(battler)] & SIDE_STATUS_SEA_OF_FIRE)
{
gBattleMoveDamage = gBattleMons[battler].maxHP / 8;
gBattleMoveDamage = gBattleMons[battler].maxHP / 8;
BtlController_EmitStatusAnimation(battler, BUFFER_A, FALSE, STATUS1_BURN);
MarkBattlerForControllerExec(battler);
BattleScriptExecute(BattleScript_HurtByTheSeaOfFire);
Expand Down

0 comments on commit cb79bad

Please sign in to comment.