summaryrefslogtreecommitdiff
path: root/engine/math/math.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-06-24 23:22:50 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-06-24 23:22:50 -0400
commit67d1364c7acfd5e8e2256080e16a14cfa59a5abc (patch)
treefcf1bcbc2990b8fdeb5d63159d15382a8bdf719a /engine/math/math.asm
parent91f914718a263839daef24d44eda857bfc7cca95 (diff)
Fix triple newlines left over from removing address comments
Diffstat (limited to 'engine/math/math.asm')
-rw-r--r--engine/math/math.asm4
1 files changed, 0 insertions, 4 deletions
diff --git a/engine/math/math.asm b/engine/math/math.asm
index 4240ef6cd..21b49b589 100644
--- a/engine/math/math.asm
+++ b/engine/math/math.asm
@@ -11,7 +11,6 @@ _Multiply::
ld [hMathBuffer + 3], a
ld [hMathBuffer + 4], a
-
.loop
ld a, [hMultiplier]
srl a
@@ -46,7 +45,6 @@ _Multiply::
dec b
jr z, .done
-
; hMultiplicand <<= 1
ld a, [hMultiplicand + 2]
@@ -67,7 +65,6 @@ _Multiply::
jr .loop
-
.done
ld a, [hMathBuffer + 4]
ld [hProduct + 3], a
@@ -83,7 +80,6 @@ _Multiply::
ret
-
_Divide::
xor a
ld [hMathBuffer + 0], a