Changed name/tooltip for fanfares option

This commit is contained in:
aMannus 2022-07-24 21:53:38 +02:00
parent 5e2b7acabb
commit 94bff90cb9
1 changed files with 4 additions and 4 deletions

View File

@ -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();
}