From 2056ebc7ac24b80c96134c95f4a508f7f4e48f2a Mon Sep 17 00:00:00 2001 From: mckinlee Date: Tue, 10 Mar 2026 17:38:41 -0400 Subject: [Rando] Add Bank Reward Hint (#1595) * add hint * feedback --- mm/2s2h/Rando/Menu.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mm/2s2h/Rando/Menu.cpp') 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(); } -- cgit v1.2.3