diff options
| author | Kevin Alexis Contreras <36680385+KiritoDv@users.noreply.github.com> | 2022-05-30 11:19:08 -0500 |
|---|---|---|
| committer | Kevin Alexis Contreras <36680385+KiritoDv@users.noreply.github.com> | 2022-05-30 11:19:08 -0500 |
| commit | fca79ae92ae0346bfedd1f2a976ac512209e8d75 (patch) | |
| tree | 6664bc7aa98c5b1cfcc026ecbc974504726c92b9 /soh/src/code | |
| parent | d3c869871d2d4f2dd6811f387a8d6d34873470f2 (diff) | |
Fixed camera and disabled sound
Diffstat (limited to 'soh/src/code')
| -rw-r--r-- | soh/src/code/code_800EC960.c | 1 |
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; |
