Clean up Triforce Hunt U16's and GBK (#3355)

* Clean up Triforce Hunt U16's and GBK

* Apply suggestions from code review
This commit is contained in:
aMannus
2023-11-19 20:45:09 +01:00
committed by GitHub
parent 80ef399c52
commit 34556e40d6
8 changed files with 23 additions and 16 deletions

View File

@@ -515,7 +515,7 @@ void DrawInfoTab() {
UIWidgets::InsertHelpHoverText("Z-Targeting behavior");
if (IS_RANDO && OTRGlobals::Instance->gRandomizer->GetRandoSettingValue(RSK_TRIFORCE_HUNT)) {
ImGui::InputScalar("Triforce Pieces", ImGuiDataType_U16, &gSaveContext.triforcePiecesCollected);
ImGui::InputScalar("Triforce Pieces", ImGuiDataType_U8, &gSaveContext.triforcePiecesCollected);
UIWidgets::InsertHelpHoverText("Currently obtained Triforce Pieces. For Triforce Hunt.");
}