summaryrefslogtreecommitdiff
path: root/engine/battle/core.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-05 15:17:39 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-05 15:17:39 -0500
commit2a4b8b5a248065d2ef80b9960228750112f30da5 (patch)
tree0f4d2992bc3d34ce91a28f05ec29e27b4cf29774 /engine/battle/core.asm
parent2db54ecb9b2ec41dd40318395f69814af64f6f7b (diff)
Remove trailing whitespace
Diffstat (limited to 'engine/battle/core.asm')
-rwxr-xr-xengine/battle/core.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index 96e7f360..b9985b6b 100755
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -4485,7 +4485,7 @@ CalculateDamage:
ld b, 4
call Divide
-; Update wCurDamage.
+; Update wCurDamage.
; Capped at MAX_NEUTRAL_DAMAGE - MIN_NEUTRAL_DAMAGE: 999 - 2 = 997.
ld hl, wDamage
ld b, [hl]