19 if (BeginMenu(
"Overworld Flags")) {
20 Checkbox(
"Enable Overworld Sprites",
23 Checkbox(
"Save Overworld Maps",
25 Checkbox(
"Save Overworld Entrances",
27 Checkbox(
"Save Overworld Exits",
29 Checkbox(
"Save Overworld Items",
31 Checkbox(
"Save Overworld Properties",
33 Checkbox(
"Load Custom Overworld",
38 if (BeginMenu(
"Dungeon Flags")) {
39 Checkbox(
"Draw Dungeon Room Graphics",
42 Checkbox(
"Save Dungeon Maps", &
mutable_flags()->kSaveDungeonMaps);
46 Checkbox(
"Use built-in file dialog",
48 Checkbox(
"Enable Console Logging", &
mutable_flags()->kLogToConsole);
49 Checkbox(
"Enable Texture Streaming",
51 Checkbox(
"Log Instructions to Debugger",
53 Checkbox(
"Save All Palettes", &
mutable_flags()->kSaveAllPalettes);
54 Checkbox(
"Save Gfx Groups", &
mutable_flags()->kSaveGfxGroups);
55 Checkbox(
"Save Graphics Sheets", &
mutable_flags()->kSaveGraphicsSheet);
56 Checkbox(
"Use New ImGui Input", &
mutable_flags()->kUseNewImGuiInput);