diff options
Diffstat (limited to 'mobile')
-rw-r--r-- | mobile/mobile_12.asm | 2 | ||||
-rw-r--r-- | mobile/mobile_46.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mobile/mobile_12.asm b/mobile/mobile_12.asm index ee25e5f80..c3e0aa6ab 100644 --- a/mobile/mobile_12.asm +++ b/mobile/mobile_12.asm @@ -1799,7 +1799,7 @@ Function48d94: sla b or b ld [hld], a - ldh a, [hQuotient + 2] + ldh a, [hQuotient + 3] ld c, 10 call SimpleDivide sla b diff --git a/mobile/mobile_46.asm b/mobile/mobile_46.asm index 502fed831..e8ed6ed47 100644 --- a/mobile/mobile_46.asm +++ b/mobile/mobile_46.asm @@ -5145,7 +5145,7 @@ Function11a80c: ld bc, hDividend ld hl, Unknown_11a89a call Function11a88c - ld bc, hQuotient + ld bc, hQuotient + 1 ld hl, Unknown_11a8ba call Function11a88c ld bc, hPrintNumBuffer + 2 |