diff options
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 |