Skip to content

Commit

Permalink
Use EFFECT_1E
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Dec 28, 2024
1 parent 0d4562d commit f023c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/battle/core.asm
Original file line number Diff line number Diff line change
Expand Up @@ -4447,7 +4447,7 @@ CalculateDamage:
; Multi-hit attacks may or may not have 0 bp.
cp TWO_TO_FIVE_ATTACKS_EFFECT
jr z, .skipbp
cp $1e
cp EFFECT_1E
jr z, .skipbp

; Calculate OHKO damage based on remaining HP.
Expand Down

0 comments on commit f023c68

Please sign in to comment.