34 static int selected_palette_group = 0;
35 static int selected_palette = 0;
36 static int selected_color = 0;
37 static std::string r_str, g_str, b_str;
39 static std::vector<std::string> palette_group_names;
40 if (palette_group_names.empty()) {
41 for (
size_t i = 0; i < 14; ++i) {
42 palette_group_names.push_back(gfx::kPaletteCategoryNames[i].data());
46 auto palette_group_menu = Menu(&palette_group_names, &selected_palette_group);