diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-08-26 22:54:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-26 22:54:11 -0400 |
commit | a71b28e5b724564fe19f329f5cbb474f8b111acb (patch) | |
tree | 0fbb1d3add4c64eb72e9c6790bf35b884fbcee8a /mobile | |
parent | 3eacab563d0e1ab5557c2443556a7a5e58d14cad (diff) | |
parent | b42ba692c49f09bb51b2fd233a8a97e7eb3208db (diff) |
Merge pull request #557 from Rangi42/master
Miscellaneous changes
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 |