add save gfx groups

This commit is contained in:
scawful
2024-05-28 17:09:09 -04:00
parent 387ef551b6
commit 2d383d0243
5 changed files with 45 additions and 38 deletions

View File

@@ -400,8 +400,7 @@ void MasterEditor::DrawFileMenu() {
Checkbox("Log Instructions to Debugger",
&mutable_flags()->kLogInstructions);
Checkbox("Save All Palettes", &mutable_flags()->kSaveAllPalettes);
Checkbox("Save With Change Queue",
&mutable_flags()->kSaveWithChangeQueue);
Checkbox("Save Gfx Groups", &mutable_flags()->kSaveGfxGroups);
Checkbox("Use New ImGui Input", &mutable_flags()->kUseNewImGuiInput);
ImGui::EndMenu();
}
@@ -596,6 +595,7 @@ void MasterEditor::DrawHelpMenu() {
ImGui::Text("Graphics");
ImGui::BulletText("View Decompressed Graphics Sheets");
ImGui::BulletText("View/Update Graphics Groups");
ImGui::Text("Palettes");
ImGui::BulletText("View Palette Groups");
@@ -604,8 +604,6 @@ void MasterEditor::DrawHelpMenu() {
ImGui::BulletText("All Listed Overworld Features");
ImGui::BulletText("Hex Editor Changes");
if (ImGui::Button("Close", gui::kDefaultModalSize)) {
open_supported_features = false;
ImGui::CloseCurrentPopup();