diff options
author | red031000 <rubenru09@aol.com> | 2020-05-04 19:39:48 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-05-04 19:39:48 +0100 |
commit | 6b8a17deda41bfac3085d15f131d7de6ec851b6e (patch) | |
tree | 4296cc215d82556b2a2431751f537f898fb220a5 | |
parent | aac5f5cf16b8617ac4036588837b47342f5293ba (diff) |
blx to bl
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | arm9/modules/69/asm/module_69.s | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -36,3 +36,6 @@ arm*/baserom.* arm9/modules/module_*.s arm9/modules/module_*.sbin arm9/modules/module_*.cfg + +# Dism script files +*.sh 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] |