Add COL file indexing for palettes

This commit is contained in:
Justin Scofield
2023-08-02 19:33:42 -04:00
parent e88b2a6d2f
commit e7ef0fae56
3 changed files with 36 additions and 9 deletions

View File

@@ -126,6 +126,8 @@ class GraphicsEditor {
gfx::BitmapTable clipboard_graphics_bin_;
gfx::PaletteGroup col_file_palette_group_;
gfx::SNESPalette palette_;
gfx::SNESPalette col_file_palette_;