Skip to content

Commit

Permalink
Fix clangorous soulblaze boosting itself twice in doubles (#3965)
Browse files Browse the repository at this point in the history
Fix clangorous soulblaze boosting itself twice in doubles
  • Loading branch information
damon-murdoch authored Jan 11, 2024
1 parent 6c5cf38 commit a1a79ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/battle_scripts_1.s
Original file line number Diff line number Diff line change
Expand Up @@ -5301,6 +5301,8 @@ BattleScript_EffectSpecialAttackUpHit::
goto BattleScript_EffectHit

BattleScript_EffectAllStatsUpHit::
@ Handle clangorous soulblaze boosting itself twice in doubles
jumpifword CMP_NO_COMMON_BITS, gHitMarker, HITMARKER_NO_ATTACKSTRING | HITMARKER_NO_PPDEDUCT, BattleScript_NoMoveEffect
setmoveeffect MOVE_EFFECT_ALL_STATS_UP | MOVE_EFFECT_AFFECTS_USER
goto BattleScript_EffectHit

Expand Down

0 comments on commit a1a79ce

Please sign in to comment.