Fix Navi text HUD position (#406)

* Fix Navi text HUD position

* Force cvar to return 0 or 1

As suggested by Gary

* Disable all bug fixes by default

per Kenix
This commit is contained in:
vaguerant
2022-06-07 09:16:47 +10:00
committed by GitHub
parent f9c86c9821
commit 596d5b478b
3 changed files with 6 additions and 3 deletions

View File

@@ -936,6 +936,8 @@ namespace SohImGui {
Tooltip("Makes two handed idle animation play, a seemingly finished animation that was disabled on accident in the original game");
EnhancementCheckbox("Fix Deku Nut upgrade", "gDekuNutUpgradeFix");
Tooltip("Prevents the Forest Stage Deku Nut upgrade from becoming unobtainable after receiving the Poacher's Saw");
EnhancementCheckbox("Fix Navi text HUD position", "gNaviTextFix");
Tooltip("Correctly centers the Navi text prompt on the HUD's C-Up button");
ImGui::EndMenu();
}