diff options
author | Max <mparisi@stevens.edu> | 2020-09-25 17:08:12 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-09-25 17:08:12 -0400 |
commit | 0c43a0301375913e192a9c1931d7cf76faf091cf (patch) | |
tree | df91caf271dd797d1fdc879952ab6d9f594a2c12 /asm | |
parent | ea479ad3b6fcd4ee777e32d4ecf40f2d9bf30207 (diff) |
split snd_Sound3DListener.s
Diffstat (limited to 'asm')
-rw-r--r-- | asm/nw4r/snd/snd_Sound3DListener.s | 11 | ||||
-rw-r--r-- | asm/text_10_6.s | 8 |
2 files changed, 11 insertions, 8 deletions
diff --git a/asm/nw4r/snd/snd_Sound3DListener.s b/asm/nw4r/snd/snd_Sound3DListener.s new file mode 100644 index 0000000..00cb862 --- /dev/null +++ b/asm/nw4r/snd/snd_Sound3DListener.s @@ -0,0 +1,11 @@ +.include "macros.inc"
+
+.section .text, "ax" # 0x80006980 - 0x803E1E60
+
+.global __ct__Q34nw4r3snd15Sound3DListenerFv
+__ct__Q34nw4r3snd15Sound3DListenerFv:
+/* 80376568 003721C8 C0 02 A6 F8 */ lfs f0, lbl_80642CF8-_SDA2_BASE_(r2)
+/* 8037656C 003721CC D0 03 00 30 */ stfs f0, 0x30(r3)
+/* 80376570 003721D0 D0 03 00 34 */ stfs f0, 0x34(r3)
+/* 80376574 003721D4 D0 03 00 38 */ stfs f0, 0x38(r3)
+/* 80376578 003721D8 4E 80 00 20 */ blr
diff --git a/asm/text_10_6.s b/asm/text_10_6.s index 0129791..1a928b7 100644 --- a/asm/text_10_6.s +++ b/asm/text_10_6.s @@ -2,14 +2,6 @@ .section .text, "ax" # 0x80006980 - 0x803E1E60
-.global __ct__Q34nw4r3snd15Sound3DListenerFv
-__ct__Q34nw4r3snd15Sound3DListenerFv:
-/* 80376568 003721C8 C0 02 A6 F8 */ lfs f0, lbl_80642CF8-_SDA2_BASE_(r2)
-/* 8037656C 003721CC D0 03 00 30 */ stfs f0, 0x30(r3)
-/* 80376570 003721D0 D0 03 00 34 */ stfs f0, 0x34(r3)
-/* 80376574 003721D4 D0 03 00 38 */ stfs f0, 0x38(r3)
-/* 80376578 003721D8 4E 80 00 20 */ blr
-
.global func_8037657C
func_8037657C:
/* 8037657C 003721DC 3C C0 80 45 */ lis r6, lbl_8044CE20@ha
|