Changed name/tooltip for fanfares option

This commit is contained in:
aMannus 2022-07-24 21:53:38 +02:00
parent 5e2b7acabb
commit 94bff90cb9

View File

@ -1408,11 +1408,11 @@ namespace SohImGui {
ImGui::Separator(); ImGui::Separator();
if (ImGui::BeginMenu("Rando Enhancements")) if (ImGui::BeginMenu("Rando Enhancements"))
{ {
EnhancementCheckbox("Dynamic Item Fanfares", "gRandoFanfareByItemType"); EnhancementCheckbox("Quest Item Fanfares", "gRandoQuestItemFanfares");
Tooltip( Tooltip(
"Change what fanfare is played to match the type\n" "Play unique fanfares when obtaining quest items\n"
"of item that is obtained. This can make fanfares\n" "(medallions/stones/songs). Note that these fanfares\n"
"longer than usual in some cases." "are longer than usual."
); );
ImGui::EndMenu(); ImGui::EndMenu();
} }