diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-05-31 23:26:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-31 23:26:10 +0100 |
commit | b6ac07c654c6071067fc4b7c839c17fbe3f4b1ac (patch) | |
tree | 47e2e5f78263d849059a9079785fdbeba2ec9d32 /arm9/modules/11 | |
parent | 6855ddf1277b1ef0a746cdf5fe36c132e21f2d12 (diff) | |
parent | 5fb5906a0eb46382ba540660da560fad4400988b (diff) |
Merge branch 'master' into make_naix
Diffstat (limited to 'arm9/modules/11')
-rw-r--r-- | arm9/modules/11/asm/module_11_thumb2.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/11/asm/module_11_thumb2.s b/arm9/modules/11/asm/module_11_thumb2.s index b22a9a77..599b938a 100644 --- a/arm9/modules/11/asm/module_11_thumb2.s +++ b/arm9/modules/11/asm/module_11_thumb2.s @@ -6258,7 +6258,7 @@ _02232234: b _02232252 _0223223C: ldr r0, _02232258 ; =0x00000484 - bl PlayBGM + bl PlaySound b _02232252 _02232244: ldr r0, _0223225C ; =0x000005E6 @@ -6266,7 +6266,7 @@ _02232244: b _02232252 _0223224C: ldr r0, _02232260 ; =0x00000483 - bl PlayBGM + bl PlaySound _02232252: add r0, r4, #0 pop {r4, pc} |