Skip to content

Commit

Permalink
Use EFFECT_1E
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 authored and Engezerstorung committed Jan 24, 2025
1 parent 20d12e7 commit 3da35d2
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 @@ -4448,7 +4448,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 3da35d2

Please sign in to comment.