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/modules/07/asm/module_07.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/modules/07/asm/module_07.s')
-rw-r--r-- | arm9/modules/07/asm/module_07.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/modules/07/asm/module_07.s b/arm9/modules/07/asm/module_07.s index 6e4f14c2..bc0d71b9 100644 --- a/arm9/modules/07/asm/module_07.s +++ b/arm9/modules/07/asm/module_07.s @@ -3047,7 +3047,7 @@ MOD07_022136B4: ; 0x022136B4 mov r1, #0xe1 lsl r0, r0, #0xc lsl r1, r1, #0xe - bl FUN_0201EC94 + bl Camera_SetPerspectiveClippingPlane ldr r2, [r4] mov r0, #0x3d ldr r2, [r2, #0x24] |