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_806CD90.s | |
parent | 393e6e9eb0d558af0f7ed610c8874fd7c071878b (diff) |
Decomped RoundUpFixedPoint()
Diffstat (limited to 'asm/code_806CD90.s')
-rw-r--r-- | asm/code_806CD90.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/code_806CD90.s b/asm/code_806CD90.s index 535fa42..d4383f7 100644 --- a/asm/code_806CD90.s +++ b/asm/code_806CD90.s @@ -3616,7 +3616,7 @@ _0806EB3A: lsls r0, 1 add r0, r10 ldr r0, [r0] - bl GetBellyRoundedUp + bl RoundUpFixedPoint adds r1, r0, 0 cmp r1, 0 bne _0806EB72 |