diff options
author | Kaz <kazbloxmc@gmail.com> | 2020-06-18 16:06:37 -0400 |
---|---|---|
committer | Kaz <kazbloxmc@gmail.com> | 2020-06-18 16:06:37 -0400 |
commit | 4a3964f678de6cde21f55511ef06ecb48fcf3e19 (patch) | |
tree | 3407278a0b158d4e21b869bc16fc0f61d457f8a6 /arm9/modules/75 | |
parent | b4d34b46564d50e1ee4eafc7814cc00e9913552b (diff) |
Decompile (gflib?) math_util file.
Diffstat (limited to 'arm9/modules/75')
-rw-r--r-- | arm9/modules/75/asm/module_75.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/75/asm/module_75.s b/arm9/modules/75/asm/module_75.s index cb2b9ef0..1aa36886 100644 --- a/arm9/modules/75/asm/module_75.s +++ b/arm9/modules/75/asm/module_75.s @@ -6823,11 +6823,11 @@ _021EA18A: sub r0, r7, r0 sub r2, r7, r2 sub r3, r3, r4 - bl FUN_0201BBD0 + bl CircularDistance add r4, r0, #0 mov r0, #0x50 lsl r1, r4, #1 - bl FUN_0201BC84 + bl MathUtil_0201BC84 lsl r0, r0, #8 mov r1, #0xb6 bl _s32_div_f |