18 Checkbox(
"Enable Overworld Sprites",
21 Checkbox(
"Save Overworld Maps",
23 Checkbox(
"Save Overworld Entrances",
25 Checkbox(
"Save Overworld Exits",
27 Checkbox(
"Save Overworld Items",
29 Checkbox(
"Save Overworld Properties",
31 Checkbox(
"Enable Custom Overworld Features",
34 if (ImGui::Button(
"?")) {
35 ImGui::OpenPopup(
"CustomOverworldHelp");
37 if (ImGui::BeginPopup(
"CustomOverworldHelp")) {
38 ImGui::Text(
"This flag enables ZSCustomOverworld features.");
39 ImGui::Text(
"If ZSCustomOverworld ASM is already applied to the ROM,");
40 ImGui::Text(
"features are auto-enabled regardless of this flag.");
41 ImGui::Text(
"For vanilla ROMs, enable this to use custom features.");
44 Checkbox(
"Apply ZSCustomOverworld ASM",