diff options
Diffstat (limited to 'arm9/asm/secure.s')
-rw-r--r-- | arm9/asm/secure.s | 4 |
1 files changed, 2 insertions, 2 deletions
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 |