diff --git a/src/app/editor/master_editor.h b/src/app/editor/master_editor.h index a6fd30b1..7433074e 100644 --- a/src/app/editor/master_editor.h +++ b/src/app/editor/master_editor.h @@ -61,6 +61,8 @@ class MasterEditor : public SharedRom, current_editor_ = &overworld_editor_; active_editors_.push_back(&overworld_editor_); active_editors_.push_back(&dungeon_editor_); + active_editors_.push_back(&graphics_editor_); + active_editors_.push_back(&palette_editor_); } void SetupScreen(std::shared_ptr renderer,