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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user