diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-06 23:11:38 -0600 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-06 23:11:38 -0600 |
commit | 05768ae71decc1539bd7f6e2c6d371b8c619cb24 (patch) | |
tree | 8465b31895a323520b549cba629d397868135abb /asm/code_803D110.s | |
parent | 393e6e9eb0d558af0f7ed610c8874fd7c071878b (diff) |
Decomped RoundUpFixedPoint()
Diffstat (limited to 'asm/code_803D110.s')
-rw-r--r-- | asm/code_803D110.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/code_803D110.s b/asm/code_803D110.s index 8ee110e..0411a71 100644 --- a/asm/code_803D110.s +++ b/asm/code_803D110.s @@ -5469,7 +5469,7 @@ _0803FBBA: lsls r3, 1 adds r0, r3 ldr r0, [r0] - bl GetBellyRoundedUp + bl RoundUpFixedPoint cmp r0, 0 bne _0803FBD2 movs r0, 0x1 |