From 94bff90cb9b2e1d0ff2608b8c49da49dbb5b8d9f Mon Sep 17 00:00:00 2001 From: aMannus Date: Sun, 24 Jul 2022 21:53:38 +0200 Subject: [PATCH] Changed name/tooltip for fanfares option --- libultraship/libultraship/ImGuiImpl.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libultraship/libultraship/ImGuiImpl.cpp b/libultraship/libultraship/ImGuiImpl.cpp index 47b992b88e..0e5ddd805d 100644 --- a/libultraship/libultraship/ImGuiImpl.cpp +++ b/libultraship/libultraship/ImGuiImpl.cpp @@ -1408,11 +1408,11 @@ namespace SohImGui { ImGui::Separator(); if (ImGui::BeginMenu("Rando Enhancements")) { - EnhancementCheckbox("Dynamic Item Fanfares", "gRandoFanfareByItemType"); + EnhancementCheckbox("Quest Item Fanfares", "gRandoQuestItemFanfares"); Tooltip( - "Change what fanfare is played to match the type\n" - "of item that is obtained. This can make fanfares\n" - "longer than usual in some cases." + "Play unique fanfares when obtaining quest items\n" + "(medallions/stones/songs). Note that these fanfares\n" + "are longer than usual." ); ImGui::EndMenu(); }