summaryrefslogtreecommitdiff
path: root/src/sound.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-03-23 15:58:16 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-03-23 15:58:16 -0400
commit877e09438bde6f857f225d458985b8e9255e749e (patch)
tree61d9f6882874b3b39ac065ecfb4c27d15ab6959d /src/sound.c
parent56b37fef8d90386fd5568148d31e195abcb17f49 (diff)
Fix alignment and typos
Diffstat (limited to 'src/sound.c')
-rw-r--r--src/sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound.c b/src/sound.c
index 47fc7e892..e14cd4c4e 100644
--- a/src/sound.c
+++ b/src/sound.c
@@ -636,7 +636,7 @@ void SetBGMVolume_SuppressHelpSystemReduction(u16 volume)
m4aMPlayVolumeControl(&gMPlayInfo_BGM, 0xFFFF, volume);
}
-void BGMVolumeMax_EnableHelySystemReduction(void)
+void BGMVolumeMax_EnableHelpSystemReduction(void)
{
gDisableHelpSystemVolumeReduce = FALSE;
m4aMPlayVolumeControl(&gMPlayInfo_BGM, 0xFFFF, 256);