diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-07-25 20:12:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-25 20:12:22 +0100 |
commit | 0c2db8de60375ab8c450ea64320feb22431f43aa (patch) | |
tree | aa1dcc5d2980a74dff1a7bb238f8f1fc56aff323 /arm9/asm/scrcmd_asm.s | |
parent | 68d7aa47cc52ef822220e0e35890863d7cad479f (diff) | |
parent | 7e5c80f9b086a0e1df2430a0c0ed2f9eec3a5cb0 (diff) |
Merge pull request #414 from PikalaxALT/pikalax_work
[Leak informed] Decompile camera-related code
Diffstat (limited to 'arm9/asm/scrcmd_asm.s')
-rw-r--r-- | arm9/asm/scrcmd_asm.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arm9/asm/scrcmd_asm.s b/arm9/asm/scrcmd_asm.s index 417c0605..8dcbdf20 100644 --- a/arm9/asm/scrcmd_asm.s +++ b/arm9/asm/scrcmd_asm.s @@ -438,7 +438,7 @@ ScrCmd_Unk0066: ; 0x0203B468 ldr r1, [r5, #0x0] add r0, r4, #0x0 ldr r1, [r1, #0x20] - bl FUN_0201EC68 + bl Camera_SetFixedTarget mov r0, #0x0 add sp, #0xc pop {r4-r7, pc} @@ -471,7 +471,7 @@ ScrCmd_Unk0067: ; 0x0203B500 ldr r1, [r5, #0x0] add r0, r4, #0x0 ldr r1, [r1, #0x20] - bl FUN_0201EC68 + bl Camera_SetFixedTarget mov r0, #0x0 pop {r3-r5, pc} @@ -685,7 +685,7 @@ _0203B6F8: ldr r1, [r5, #0x0] add r0, sp, #0x0 ldr r1, [r1, #0x20] - bl FUN_0201EF70 + bl Camera_OffsetLookAtPosAndTarget mov r0, #0x0 add sp, #0xc pop {r4-r7, pc} |