diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2022-01-07 16:30:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-07 16:30:55 -0800 |
commit | 3cdde2a92a187d437dc7d24273177b59ab5b9511 (patch) | |
tree | 2d5924a28e208e14d302c24f9ea5f0a17a8e81a2 /asm/code_806CD90.s | |
parent | edf909be4da55a435bf81f96ffcbd156b2120562 (diff) | |
parent | 42bcb068b61656f083009816b927207393a35b10 (diff) |
Merge pull request #92 from AnonymousRandomPerson/master
More item AI decomp
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 |