add right side palette display mode to pal editor

This commit is contained in:
scawful
2024-07-17 18:46:21 -04:00
parent ada4efe6b2
commit 91e2b3a94a
2 changed files with 10 additions and 7 deletions

View File

@@ -90,7 +90,7 @@ class PaletteEditor : public SharedRom, public Editor {
const gfx::SnesPalette& originalPalette);
void DisplayPalette(gfx::SnesPalette& palette, bool loaded);
void DrawPortablePalette(gfx::SnesPalette& palette);
absl::Status DrawPaletteGroup(int category);
absl::Status DrawPaletteGroup(int category, bool right_side = false);
private:
absl::Status HandleColorPopup(gfx::SnesPalette& palette, int i, int j, int n);