diff options
Diffstat (limited to 'home/math.asm')
-rw-r--r-- | home/math.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/math.asm b/home/math.asm index 3042cc61d..c99214cce 100644 --- a/home/math.asm +++ b/home/math.asm @@ -48,8 +48,8 @@ Divide:: pop hl ret -SubtractSigned:: -; Return a - b, sign in carry. +UnreferencedSubtractAbsolute:: +; Return |a - b|, sign in carry. sub b ret nc cpl |