summaryrefslogtreecommitdiff
path: root/arm9/modules
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-05-04 19:39:48 +0100
committerred031000 <rubenru09@aol.com>2020-05-04 19:39:48 +0100
commit6b8a17deda41bfac3085d15f131d7de6ec851b6e (patch)
tree4296cc215d82556b2a2431751f537f898fb220a5 /arm9/modules
parentaac5f5cf16b8617ac4036588837b47342f5293ba (diff)
blx to bl
Diffstat (limited to 'arm9/modules')
-rw-r--r--arm9/modules/69/asm/module_69.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/69/asm/module_69.s b/arm9/modules/69/asm/module_69.s
index 5ddae121..79e1cc11 100644
--- a/arm9/modules/69/asm/module_69.s
+++ b/arm9/modules/69/asm/module_69.s
@@ -3352,7 +3352,7 @@ MOD69_0222F11C: ; 0x0222F11C
ldr r2, [r3, r2]
mov r0, #3
add r1, #0x14
- blx MI_SendGXCommand
+ bl MI_SendGXCommand
ldr r0, _0222F14C ; =0x04000448
mov r1, #1
str r1, [r0]
@@ -3973,7 +3973,7 @@ MOD69_0222F63C: ; 0x0222F63C
ldr r2, [r4, r2]
mov r0, #3
add r1, r4, r1
- blx MI_SendGXCommand
+ bl MI_SendGXCommand
ldr r0, _0222F67C ; =0x04000448
mov r1, #1
str r1, [r0]