summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2016-02-15 18:57:49 -0500
committeryenatch <yenatch@gmail.com>2016-02-15 18:57:49 -0500
commit776dd6182347322f16f0d5e677f91b7ee68d112f (patch)
treec4fc82c0343b6f1bd1a01635ec643711ac3129f3 /misc
parentbd11b60477833bcaa88489ec2e4f6e90c5bb01ab (diff)
hRemainder
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/mobile_12.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mobile_12.asm b/misc/mobile_12.asm
index 48e740681..dd0f63135 100755
--- a/misc/mobile_12.asm
+++ b/misc/mobile_12.asm
@@ -1805,8 +1805,8 @@ Function48d94: ; 48d94 (12:4d94)
ld [hDivisor], a
ld b, 2
call Divide
- ld a, [hDivisor]
- ld c, $a
+ ld a, [hRemainder]
+ ld c, 10
call SimpleDivide
sla b
sla b