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/07 | |
parent | b4d34b46564d50e1ee4eafc7814cc00e9913552b (diff) |
Decompile (gflib?) math_util file.
Diffstat (limited to 'arm9/modules/07')
-rw-r--r-- | arm9/modules/07/asm/module_07.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/07/asm/module_07.s b/arm9/modules/07/asm/module_07.s index c9c4dd87..8b0751c8 100644 --- a/arm9/modules/07/asm/module_07.s +++ b/arm9/modules/07/asm/module_07.s @@ -733,7 +733,7 @@ _02212450: _02212454: sub r0, r0, #6 ldrsb r4, [r5, r0] - bl rand_LC + bl LCRandom add r1, r4, #0 bl _s32_div_f lsr r0, r4, #0x1f @@ -744,7 +744,7 @@ _02212454: asr r6, r0, #0x10 ldr r0, _02212580 ; =0x00000B7D ldrsb r4, [r5, r0] - bl rand_LC + bl LCRandom add r1, r4, #0 bl _s32_div_f lsr r0, r4, #0x1f |