diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-04-28 19:42:58 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-04-28 19:42:58 -0400 |
commit | d5cd419222d10520d601f54fc5f8b8554af5116c (patch) | |
tree | a0667027155f414f7053463e3a3aeb88f9d685a4 /arm9/asm/secure.s | |
parent | da42b2541090efd6926cec7aa125238e92d26711 (diff) |
Lay the groundwork for arm9 makelcf
Diffstat (limited to 'arm9/asm/secure.s')
-rw-r--r-- | arm9/asm/secure.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arm9/asm/secure.s b/arm9/asm/secure.s index f9d8f159..88ced857 100644 --- a/arm9/asm/secure.s +++ b/arm9/asm/secure.s @@ -5,11 +5,11 @@ .incbin "baserom.nds", 0x4000, 0x19E - non_word_aligned_thumb_func_start FUN_0200019E -FUN_0200019E: ; 0x0200019E + non_word_aligned_thumb_func_start SVC_Sqrt +SVC_Sqrt: ; 0x0200019E swi 13 bx lr - thumb_func_end FUN_0200019E + thumb_func_end SVC_Sqrt .incbin "baserom.nds", 0x41A2, 0x15C |