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_8048480.s | |
parent | 393e6e9eb0d558af0f7ed610c8874fd7c071878b (diff) |
Decomped RoundUpFixedPoint()
Diffstat (limited to 'asm/code_8048480.s')
-rw-r--r-- | asm/code_8048480.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/code_8048480.s b/asm/code_8048480.s index 5f533e2..0fe1f8b 100644 --- a/asm/code_8048480.s +++ b/asm/code_8048480.s @@ -42,7 +42,7 @@ _08048568: lsls r0, 1 adds r5, r0 ldr r0, [r5] - bl GetBellyRoundedUp + bl RoundUpFixedPoint cmp r0, 0 beq _08048598 mov r0, sp |