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 | |
parent | 46e21d31a3e2751d0cfbb50379718debd73aeae4 (diff) |
found label for SetMainSend
-rw-r--r-- | asm/NW4R/snd_BasicSound.s | 4 | ||||
-rw-r--r-- | asm/text_7.s | 2 |
2 files changed, 3 insertions, 3 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)
diff --git a/asm/text_7.s b/asm/text_7.s index 3f10f1d..5ceafd6 100644 --- a/asm/text_7.s +++ b/asm/text_7.s @@ -58366,7 +58366,7 @@ func_80255684: /* 80255694 002512F4 7C 63 00 2E */ lwzx r3, r3, r0 /* 80255698 002512F8 2C 03 00 00 */ cmpwi r3, 0 /* 8025569C 002512FC 4D 82 00 20 */ beqlr -/* 802556A0 00251300 48 11 88 C0 */ b func_8036DF60 +/* 802556A0 00251300 48 11 88 C0 */ b SetMainSend__Q44nw4r3snd6detail10BasicSoundFf /* 802556A4 00251304 4E 80 00 20 */ blr .global func_802556A8 |