diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-07-09 16:49:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-09 16:49:01 +0100 |
commit | 8aa6bcd0c030301f5d5b7712c457aa15db88fec1 (patch) | |
tree | 0195f92c26cbe7eb7ea08dc021cb486d3b3a39e0 /arm9/modules/57 | |
parent | 79d007487abb2706c42f2d01d74c8d8a41e6ac43 (diff) | |
parent | 948727e73dfd5250bc0de03489a51d433982dfe0 (diff) |
Merge pull request #424 from remicalixte/unk_020040F4
decompile unk_020040F4.s
Diffstat (limited to 'arm9/modules/57')
-rw-r--r-- | arm9/modules/57/asm/module_57.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arm9/modules/57/asm/module_57.s b/arm9/modules/57/asm/module_57.s index 52ef15ff..bbf164b2 100644 --- a/arm9/modules/57/asm/module_57.s +++ b/arm9/modules/57/asm/module_57.s @@ -225,7 +225,7 @@ _021D76A8: bl FUN_02033F20 mov r0, #1 mov r1, #0x2a - bl FUN_020051EC + bl GF_SndPlayerSetPlayerVolume mov r0, #6 str r0, [sp] mov r0, #1 @@ -564,7 +564,7 @@ MOD57_021D7944: ; 0x021D7944 bl DestroyHeap mov r0, #1 mov r1, #0x7f - bl FUN_020051EC + bl GF_SndPlayerSetPlayerVolume mov r0, #1 pop {r3, r4, r5, pc} .align 2, 0 @@ -4129,7 +4129,7 @@ _021D95FE: beq _021D9612 ldrb r0, [r5] add r0, r0, #3 - bl FUN_020048BC + bl GF_SndPlayerCountPlayingSeqByPlayerNo cmp r0, #0 bne _021D9612 strb r6, [r5, #1] @@ -4279,7 +4279,7 @@ MOD57_021D96F4: ; 0x021D96F4 add r4, r1, #0 ldr r2, _021D9720 ; =0x00000694 add r1, r0, #0 - bl FUN_020048A0 + bl GF_SndArcPlayerStartSeqEx ldr r2, _021D9724 ; =0x021D9A00 lsl r3, r4, #1 ldrh r2, [r2, r3] @@ -4290,7 +4290,7 @@ MOD57_021D96F4: ; 0x021D96F4 ldr r1, _021D9728 ; =0x0000FFFF add r0, r5, #3 sub r2, r2, r3 - bl FUN_02004D20 + bl GF_SndPlayerSetTrackPitch pop {r4, r5, r6, pc} .align 2, 0 _021D9720: .word 0x00000694 |