Refactor Rom to fix LoadLinkGraphics format

This commit is contained in:
scawful
2024-08-14 19:41:26 -04:00
parent 4b990662df
commit 1234510d29
2 changed files with 29 additions and 34 deletions

View File

@@ -543,9 +543,6 @@ class Rom : public core::ExperimentFlags {
// Label manager for unique resource names.
core::ResourceLabelManager resource_label_manager_;
// Link's palette
gfx::SnesPalette link_palette_;
// All palette groups in the game
gfx::PaletteGroupMap palette_groups_;