diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-20 08:40:04 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-10-20 08:40:04 -0500 |
commit | ba5df32ca23fe022a0e5db530e0f4d87d15508bf (patch) | |
tree | 9b938107fbf57f470a0f91a88fe9423409254665 /asm/intro.s | |
parent | 684eb41feb95329d131b7480f0a34cc0ce7b259a (diff) |
Decompile SetMatrixScale()
Diffstat (limited to 'asm/intro.s')
-rwxr-xr-x | asm/intro.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/intro.s b/asm/intro.s index 5d3ff95..edc0a34 100755 --- a/asm/intro.s +++ b/asm/intro.s @@ -1349,7 +1349,7 @@ sub_9D70: @ 0x08009D70 movs r2, #0 ldrsh r1, [r4, r2] movs r2, #0 - bl sub_7C0 + bl SetMatrixScale ldrh r0, [r6] mov r3, r8 strh r0, [r3, #2] @@ -5643,7 +5643,7 @@ sub_C0D8: @ 0x0800C0D8 movs r2, #0 ldrsh r1, [r4, r2] movs r2, #0 - bl sub_7C0 + bl SetMatrixScale ldr r1, _0800C1FC @ =0x0201A450 ldrh r0, [r1] mov r3, r8 @@ -7169,7 +7169,7 @@ sub_CD18: @ 0x0800CD18 movs r3, #0 ldrsh r1, [r1, r3] movs r2, #0 - bl sub_7C0 + bl SetMatrixScale ldrh r0, [r7] strh r0, [r6, #2] ldrh r0, [r7, #2] |