summaryrefslogtreecommitdiff
path: root/engine/math/math.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/math/math.asm')
-rw-r--r--engine/math/math.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/math/math.asm b/engine/math/math.asm
index 02d8040..750ada8 100644
--- a/engine/math/math.asm
+++ b/engine/math/math.asm
@@ -2,7 +2,7 @@ include "constants.asm"
SECTION "engine/math/math.asm", ROMX
-_Multiply:: ; 6810
+_Multiply::
; hMultiplier is one byte.
ld a, 8
@@ -89,7 +89,7 @@ _Multiply:: ; 6810
; 6870
-_Divide:: ; 6870
+_Divide::
xor a
ldh [hMathBuffer + 0], a
ldh [hMathBuffer + 1], a