summaryrefslogtreecommitdiff
path: root/mm/2s2h/Rando/Menu.cpp
diff options
context:
space:
mode:
authormckinlee <mckinlee@ymail.com>2026-03-10 17:38:41 -0400
committerGitHub <noreply@github.com>2026-03-10 17:38:41 -0400
commit2056ebc7ac24b80c96134c95f4a508f7f4e48f2a (patch)
treedd3c17db7e81434d2bb6020e9762137744f6e853 /mm/2s2h/Rando/Menu.cpp
parent3517973e957e80c2ae0a76b85904c457f5cf0323 (diff)
[Rando] Add Bank Reward Hint (#1595)
* add hint * feedback
Diffstat (limited to 'mm/2s2h/Rando/Menu.cpp')
-rw-r--r--mm/2s2h/Rando/Menu.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/mm/2s2h/Rando/Menu.cpp b/mm/2s2h/Rando/Menu.cpp
index 3f434f882..5616adfe9 100644
--- a/mm/2s2h/Rando/Menu.cpp
+++ b/mm/2s2h/Rando/Menu.cpp
@@ -1095,6 +1095,9 @@ static void DrawHintsTab() {
CheckboxOptions(
{ { .tooltip =
"The Zora in Great Bay Coast, near Pirates Fortress, will hint the location of the Hookshot." } }));
+ CVarCheckbox("Bank Reward", Rando::StaticData::Options[RO_HINTS_BANK_SIGN].cvar,
+ CheckboxOptions({ { .tooltip = "The sign next to the Bank in West Clock Town will describe a "
+ "promotion for the Piece of Heart Check." } }));
ImGui::EndChild();
}