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/71 | |
parent | b4d34b46564d50e1ee4eafc7814cc00e9913552b (diff) |
Decompile (gflib?) math_util file.
Diffstat (limited to 'arm9/modules/71')
-rw-r--r-- | arm9/modules/71/asm/module_71.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/71/asm/module_71.s b/arm9/modules/71/asm/module_71.s index a480a3f6..425cfc0b 100644 --- a/arm9/modules/71/asm/module_71.s +++ b/arm9/modules/71/asm/module_71.s @@ -957,7 +957,7 @@ _0222DDD8: bl FUN_02031190 cmp r0, #0 bne _0222DE04 - bl rand_LC + bl LCRandom ldr r1, _0222E0F0 ; =0x00000445 bl _s32_div_f lsl r0, r0, #0x10 @@ -3488,7 +3488,7 @@ MOD71_0222F2D8: ; 0x0222F2D8 strh r1, [r0] _0222F2EE: ldrh r0, [r0] - bl FUN_0201B970 + bl Sin_Wrap mov r1, #0xa mul r1, r0 asr r0, r1, #0xb |