summaryrefslogtreecommitdiff
path: root/engine/math/math.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi@gmail.com>2020-09-20 16:25:43 -0400
committerRangi <remy.oukaour+rangi@gmail.com>2020-09-20 16:25:43 -0400
commitc8764950bbaf77860afa3acf45a2d8e182bb7d10 (patch)
treeae464927e98a2540407266ae94b0f487260493d4 /engine/math/math.asm
parent0688c8c43a3db800a7af4b69a2efea229cf31ec5 (diff)
Remove more address comments
Diffstat (limited to 'engine/math/math.asm')
-rw-r--r--engine/math/math.asm3
1 files changed, 0 insertions, 3 deletions
diff --git a/engine/math/math.asm b/engine/math/math.asm
index 750ada8..ae02e77 100644
--- a/engine/math/math.asm
+++ b/engine/math/math.asm
@@ -86,8 +86,6 @@ _Multiply::
ldh [hProduct + 0], a
ret
-; 6870
-
_Divide::
xor a
@@ -197,4 +195,3 @@ _Divide::
ldh [hDividend + 0], a
ret
-; 68f3