diff options
-rw-r--r-- | arm9/asm/CTRDG.s | 2 | ||||
-rw-r--r-- | arm9/asm/secure.s | 4 | ||||
-rw-r--r-- | arm9/global.inc | 2 |
3 files changed, 4 insertions, 4 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 diff --git a/arm9/global.inc b/arm9/global.inc index 62ede1e3..62c42c39 100644 --- a/arm9/global.inc +++ b/arm9/global.inc @@ -110,7 +110,7 @@ .extern FSi_SendCommand
.extern FSi_TranslateCommand
.extern FUNRTC_Init
-.extern FUN_020002FE
+.extern SVC_CpuSet
.extern FUN_02000DF4
.extern FUN_02000E7C
.extern FUN_02000EE8
|