diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-23 15:58:16 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-23 15:58:16 -0400 |
commit | 877e09438bde6f857f225d458985b8e9255e749e (patch) | |
tree | 61d9f6882874b3b39ac065ecfb4c27d15ab6959d /include/sound.h | |
parent | 56b37fef8d90386fd5568148d31e195abcb17f49 (diff) |
Fix alignment and typos
Diffstat (limited to 'include/sound.h')
-rw-r--r-- | include/sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound.h b/include/sound.h index f8c1f8c53..840c23865 100644 --- a/include/sound.h +++ b/include/sound.h @@ -47,6 +47,6 @@ bool8 IsSEPlaying(void); bool8 IsBGMPlaying(void); bool8 IsSpecialSEPlaying(void); void SetBGMVolume_SuppressHelpSystemReduction(u16 volume); -void BGMVolumeMax_EnableHelySystemReduction(void); +void BGMVolumeMax_EnableHelpSystemReduction(void); #endif // GUARD_SOUND_H |