summaryrefslogtreecommitdiff
path: root/engine/math.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/math.asm')
-rwxr-xr-xengine/math.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/math.asm b/engine/math.asm
index 7cc35eb4..6f584edf 100755
--- a/engine/math.asm
+++ b/engine/math.asm
@@ -1,4 +1,4 @@
-Multiply_:: ; 67bd
+_Multiply:: ; 67bd
; hMultiplier is one byte.
ld a, 8
@@ -80,7 +80,7 @@ Multiply_:: ; 67bd
ret
-Divide_:: ; 681d
+_Divide:: ; 681d
xor a
ld [hMathBuffer + 0], a
ld [hMathBuffer + 1], a