diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-03-24 23:19:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-24 23:19:48 -0400 |
commit | 35b68c68ee565b9b232252e4f37ea082e9310560 (patch) | |
tree | aeacb544f27db8f63b17b7e808b28f4a1e12acde /include/sound.h | |
parent | d8b76e6fb545efd69bfb18322a67243520e4d11d (diff) | |
parent | 7f70b570dd2e18a34a2c0ee558f404c15c77371c (diff) |
Merge pull request #404 from PikalaxALT/misc_doc
[PARTIALLY LEAK INFORMED] Miscellaneous cleanup and documentation
Diffstat (limited to 'include/sound.h')
-rw-r--r-- | include/sound.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sound.h b/include/sound.h index 8ce8a62ad..840c23865 100644 --- a/include/sound.h +++ b/include/sound.h @@ -46,7 +46,7 @@ void SE12PanpotControl(s8 pan); bool8 IsSEPlaying(void); bool8 IsBGMPlaying(void); bool8 IsSpecialSEPlaying(void); -void sub_8072474(u16 volume); -void sub_807249C(void); +void SetBGMVolume_SuppressHelpSystemReduction(u16 volume); +void BGMVolumeMax_EnableHelpSystemReduction(void); #endif // GUARD_SOUND_H |