Implement SaveAllGraphicsData function to handle graphics sheet saving

This commit is contained in:
scawful
2024-11-13 09:30:55 -05:00
parent 0ebcd9a178
commit 6aadd51a2d
2 changed files with 35 additions and 7 deletions

View File

@@ -193,6 +193,8 @@ class Rom : public core::ExperimentFlags {
absl::Status SaveToFile(bool backup, bool save_new = false,
std::string filename = "");
absl::Status SaveAllGraphicsData();
/**
* Saves the given palette to the Rom if any of its colors have been modified.
*