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/17 | |
parent | b4d34b46564d50e1ee4eafc7814cc00e9913552b (diff) |
Decompile (gflib?) math_util file.
Diffstat (limited to 'arm9/modules/17')
-rw-r--r-- | arm9/modules/17/asm/module_17.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arm9/modules/17/asm/module_17.s b/arm9/modules/17/asm/module_17.s index a9ad0efd..a45d8d7f 100644 --- a/arm9/modules/17/asm/module_17.s +++ b/arm9/modules/17/asm/module_17.s @@ -6601,7 +6601,7 @@ _021DA6B8: str r0, [r5] mov r0, #0x12 str r0, [r4] - bl rand_MT + bl MTRandom ldr r2, [sp, #0x10] mov r1, #0x6c sub r1, r1, r2 @@ -6609,7 +6609,7 @@ _021DA6B8: ldr r0, [r5] add r0, r0, r1 str r0, [r5] - bl rand_MT + bl MTRandom ldr r2, [sp, #0x14] mov r1, #0x7d sub r1, r1, r2 @@ -8316,14 +8316,14 @@ _021DB2C2: add r1, sp, #0x14 add r2, sp, #0x10 bl MOD17_021DBC08 - bl rand_MT + bl MTRandom ldr r2, [sp, #0x14] mov r1, #0x6c sub r1, r1, r2 bl _u32_div_f add r1, #0xa str r1, [sp, #0xc] - bl rand_MT + bl MTRandom ldr r2, [sp, #0x10] mov r1, #0x7d sub r1, r1, r2 |