Add toggle to disable navi call voice audio (#336)

Co-authored-by: genegrey <pulicave@gmail.com>
This commit is contained in:
iheemskerk
2022-05-21 13:16:48 -04:00
committed by GitHub
parent 0993337721
commit 0b2c264a60
2 changed files with 11 additions and 7 deletions

View File

@@ -721,7 +721,9 @@ namespace SohImGui {
Tooltip("Allows equiping the tunic and boots to c-buttons");
EnhancementCheckbox("MM Bunny Hood", "gMMBunnyHood");
Tooltip("Wearing the Bunny Hood grants a speed increase like in Majora's Mask");
EnhancementCheckbox("Disable Navi Call Audio", "gDisableNaviCallAudio");
Tooltip("Disables the voice audio when Navi calls you");
ImGui::EndMenu();
}