Fix alignment and typos

This commit is contained in:
PikalaxALT
2021-03-23 15:58:16 -04:00
parent 56b37fef8d
commit 877e09438b
6 changed files with 59 additions and 59 deletions
+1 -1
View File
@@ -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);