summaryrefslogtreecommitdiff
path: root/soh/src/code/code_800EC960.c
diff options
context:
space:
mode:
authorKevin Alexis Contreras <36680385+KiritoDv@users.noreply.github.com>2022-05-30 11:19:08 -0500
committerKevin Alexis Contreras <36680385+KiritoDv@users.noreply.github.com>2022-05-30 11:19:08 -0500
commitfca79ae92ae0346bfedd1f2a976ac512209e8d75 (patch)
tree6664bc7aa98c5b1cfcc026ecbc974504726c92b9 /soh/src/code/code_800EC960.c
parentd3c869871d2d4f2dd6811f387a8d6d34873470f2 (diff)
Fixed camera and disabled sound
Diffstat (limited to 'soh/src/code/code_800EC960.c')
-rw-r--r--soh/src/code/code_800EC960.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/soh/src/code/code_800EC960.c b/soh/src/code/code_800EC960.c
index 5d61d170e..13a50c554 100644
--- a/soh/src/code/code_800EC960.c
+++ b/soh/src/code/code_800EC960.c
@@ -4256,6 +4256,7 @@ void Audio_ClearSariaBgmAtPos(Vec3f* pos) {
* equally between the two bgm channels. Split based on note priority
*/
void Audio_SplitBgmChannels(s8 volSplit) {
+ return;
u8 volume;
u8 notePriority;
u16 channelBits;