diff options
author | Max <mparisi@stevens.edu> | 2020-09-24 11:16:14 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-09-24 11:16:14 -0400 |
commit | 91ea7796af4c5a7419eaaefb679daf7191b7cd0a (patch) | |
tree | b925a701d3aa23ff806d34678ff9a2f2fc0b5722 /asm/NW4R | |
parent | 46e21d31a3e2751d0cfbb50379718debd73aeae4 (diff) |
found label for SetMainSend
Diffstat (limited to 'asm/NW4R')
-rw-r--r-- | asm/NW4R/snd_BasicSound.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/NW4R/snd_BasicSound.s b/asm/NW4R/snd_BasicSound.s index 9153ea6..45cbd4f 100644 --- a/asm/NW4R/snd_BasicSound.s +++ b/asm/NW4R/snd_BasicSound.s @@ -1112,8 +1112,8 @@ SetLpfFreq__Q44nw4r3snd6detail10BasicSoundFf: /* 8036DF58 00369BB8 38 21 00 10 */ addi r1, r1, 0x10
/* 8036DF5C 00369BBC 4E 80 00 20 */ blr
-.global func_8036DF60
-func_8036DF60:
+.global SetMainSend__Q44nw4r3snd6detail10BasicSoundFf
+SetMainSend__Q44nw4r3snd6detail10BasicSoundFf:
/* 8036DF60 00369BC0 94 21 FF F0 */ stwu r1, -0x10(r1)
/* 8036DF64 00369BC4 7C 08 02 A6 */ mflr r0
/* 8036DF68 00369BC8 90 01 00 14 */ stw r0, 0x14(r1)
|