summaryrefslogtreecommitdiff
path: root/home/math.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/math.asm')
-rw-r--r--home/math.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/math.asm b/home/math.asm
index c99214cce..8e9501633 100644
--- a/home/math.asm
+++ b/home/math.asm
@@ -48,7 +48,7 @@ Divide::
pop hl
ret
-UnreferencedSubtractAbsolute::
+SubtractAbsolute:: ; unreferenced
; Return |a - b|, sign in carry.
sub b
ret nc