diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-07-25 14:49:32 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-07-25 14:49:32 -0400 |
commit | 7e5c80f9b086a0e1df2430a0c0ed2f9eec3a5cb0 (patch) | |
tree | aa1dcc5d2980a74dff1a7bb238f8f1fc56aff323 /arm9/asm | |
parent | 5e0e326b75402a36c4d31502b8b5a05b862ac23c (diff) |
Address review comments on #414
Diffstat (limited to 'arm9/asm')
-rw-r--r-- | arm9/asm/unk_02012CC8.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/asm/unk_02012CC8.s b/arm9/asm/unk_02012CC8.s index b9d7da8e..3a1b080f 100644 --- a/arm9/asm/unk_02012CC8.s +++ b/arm9/asm/unk_02012CC8.s @@ -947,7 +947,7 @@ FUN_02013300: ; 0x02013300 beq _0201331C add r0, #0xdb ldrb r0, [r0, #0x0] - bl ApplyPerspectiveType + bl Camera_ApplyPerspectiveType ldr r0, [r4, #0x20] bl Camera_SetWorkPtr bl Camera_PushLookAtToNNSGlb |