Update params for InputHex and InputHexShort

From int to uint64_t and uint32_t respectively
This commit is contained in:
Justin Scofield
2023-08-02 19:04:02 -04:00
parent d4fdee6d32
commit b3458b56db
5 changed files with 15 additions and 17 deletions

View File

@@ -138,8 +138,6 @@ void ScreenEditor::DrawMosaicEditor() {
ImGui::EndTable();
}
gui::InputHex("Routine Location", &overworldCustomMosaicASM);
END_TAB_ITEM()
}