diff options
Diffstat (limited to 'arm9/asm')
-rw-r--r-- | arm9/asm/CTRDG.s | 2 | ||||
-rw-r--r-- | arm9/asm/secure.s | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/arm9/asm/CTRDG.s b/arm9/asm/CTRDG.s index 242e18a4..d7cbe017 100644 --- a/arm9/asm/CTRDG.s +++ b/arm9/asm/CTRDG.s @@ -676,7 +676,7 @@ CTRDGi_InitCommon: ; 0x020DB938 ldr r2, _020DB974 ; =0x05000001 add r0, sp, #0x0 str r3, [sp, #0x0] - bl FUN_020002FE + bl SVC_CpuSet bl OS_GetLockID ldr r1, _020DB970 ; =UNK_021D6944 strh r0, [r1, #0x2] diff --git a/arm9/asm/secure.s b/arm9/asm/secure.s index f97ccac8..9c693a9e 100644 --- a/arm9/asm/secure.s +++ b/arm9/asm/secure.s @@ -20,8 +20,8 @@ SVC_Sqrt: ; 0x0200019E .incbin "baserom.nds", 0x41A2, 0x15C - non_word_aligned_thumb_func_start FUN_020002FE -FUN_020002FE: ; 0x020002FE + non_word_aligned_thumb_func_start SVC_CpuSet +SVC_CpuSet: ; 0x020002FE swi 11 bx lr |