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 | |
parent | da42b2541090efd6926cec7aa125238e92d26711 (diff) |
Lay the groundwork for arm9 makelcf
Diffstat (limited to 'arm9/asm')
-rw-r--r-- | arm9/asm/FX_arm9.s | 1 | ||||
-rw-r--r-- | arm9/asm/secure.s | 6 | ||||
-rw-r--r-- | arm9/asm/unk_02046030.s | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/arm9/asm/FX_arm9.s b/arm9/asm/FX_arm9.s index 68dec58c..61f797b2 100644 --- a/arm9/asm/FX_arm9.s +++ b/arm9/asm/FX_arm9.s @@ -1989,3 +1989,4 @@ _020C5970: .word 0x00000FFF arm_func_start FX_Init FX_Init: ; 0x020C5974 bx lr + 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 diff --git a/arm9/asm/unk_02046030.s b/arm9/asm/unk_02046030.s index 30b8ee4c..b70ef94e 100644 --- a/arm9/asm/unk_02046030.s +++ b/arm9/asm/unk_02046030.s @@ -107533,7 +107533,7 @@ FUN_020799F4: ; 0x020799F4 mul r0, r1
add r0, r2, r0
lsl r0, r0, #0x4
- bl FUN_0200019E
+ bl SVC_Sqrt
lsr r0, r0, #0x2
pop {r3, pc}
.balign 4
|