summaryrefslogtreecommitdiff
path: root/engine/battle/core.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-05 15:17:48 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-05 15:17:48 -0500
commited7a2d49d75e3bdd7ecab907574d7cb51f1c81fa (patch)
tree9db96d68320a57375b499c4f9ca27b862d0dd010 /engine/battle/core.asm
parent472f5824a65eaa76f6c92e66bfabb1a1eac66442 (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 804625cd..ac9676ec 100755
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -4642,7 +4642,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]