summaryrefslogtreecommitdiff
path: root/engine/math
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/math
parent472f5824a65eaa76f6c92e66bfabb1a1eac66442 (diff)
Remove trailing whitespace
Diffstat (limited to 'engine/math')
-rw-r--r--engine/math/bcd.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/math/bcd.asm b/engine/math/bcd.asm
index 92bf6f17..5747a684 100644
--- a/engine/math/bcd.asm
+++ b/engine/math/bcd.asm
@@ -13,7 +13,7 @@ DivideBCD::
ldh [hDivideBCDBuffer+1], a
ldh [hDivideBCDBuffer+2], a
ld d, $1
-.mulBy10Loop
+.mulBy10Loop
; multiply the divisor by 10 until the leading digit is nonzero
; to set up the standard long division algorithm
ldh a, [hDivideBCDDivisor]
@@ -108,7 +108,7 @@ DivideBCD::
ldh a, [hDivideBCDBuffer+2]
ldh [hDivideBCDQuotient+2], a
pop de
- ld a, $6
+ ld a, $6
sub d
and a
ret z