diff options
author | Max <mparisi@stevens.edu> | 2020-10-03 20:57:30 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-03 20:57:30 -0400 |
commit | c4508f3b648a7b095fcba974e69882333fbd2d3b (patch) | |
tree | 4716d564aff37ea62dae7d860b1d369a993d1a64 /asm/SDK/AX/AXOut.s | |
parent | 811dc6da741be3dcf9f7da7f8c5bfcfa1a61a5c9 (diff) |
split AXProf and AXFXReverbHi
Diffstat (limited to 'asm/SDK/AX/AXOut.s')
-rw-r--r-- | asm/SDK/AX/AXOut.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/SDK/AX/AXOut.s b/asm/SDK/AX/AXOut.s index 43278af..fc309c6 100644 --- a/asm/SDK/AX/AXOut.s +++ b/asm/SDK/AX/AXOut.s @@ -133,7 +133,7 @@ lbl_802909B8: /* 802909C4 0028C624 90 7D 00 28 */ stw r3, 0x28(r29)
/* 802909C8 0028C628 48 00 0A 35 */ bl __AXGetNumVoices
/* 802909CC 0028C62C 90 7D 00 30 */ stw r3, 0x30(r29)
-/* 802909D0 0028C630 48 00 19 55 */ bl func_80292324
+/* 802909D0 0028C630 48 00 19 55 */ bl __AXGetCurrentProfile
/* 802909D4 0028C634 2C 03 00 00 */ cmpwi r3, 0
/* 802909D8 0028C638 41 82 00 58 */ beq lbl_80290A30
/* 802909DC 0028C63C 38 00 00 07 */ li r0, 7
|