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/28 | |
parent | b4d34b46564d50e1ee4eafc7814cc00e9913552b (diff) |
Decompile (gflib?) math_util file.
Diffstat (limited to 'arm9/modules/28')
-rw-r--r-- | arm9/modules/28/asm/module_28.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arm9/modules/28/asm/module_28.s b/arm9/modules/28/asm/module_28.s index 2ba07ed6..faaa636a 100644 --- a/arm9/modules/28/asm/module_28.s +++ b/arm9/modules/28/asm/module_28.s @@ -820,12 +820,12 @@ _02254E50: .word 0x00000165 MOD28_02254E54: ; 0x02254E54 push {r3, r4, r5, lr} add r5, r0, #0 - bl rand_MT + bl MTRandom mov r1, #0x3f and r0, r1 sub r0, #0x20 lsl r4, r0, #0xc - bl rand_MT + bl MTRandom mov r1, #0x3f and r0, r1 sub r0, #0x20 @@ -2216,7 +2216,7 @@ _022558A6: add r0, r4, #0 add r0, #0x35 ldrb r0, [r0] - bl FUN_0201B93C + bl Sin mov r1, #0x13 mvn r1, r1 mul r1, r0 |