add save gfx groups

This commit is contained in:
scawful
2024-05-28 17:09:09 -04:00
parent 387ef551b6
commit 2d383d0243
5 changed files with 45 additions and 38 deletions

View File

@@ -42,6 +42,9 @@ class ExperimentFlags {
// Flag to enable the saving of all palettes to the Rom.
bool kSaveAllPalettes = false;
// Flag to enable the saving of gfx groups to the rom.
bool kSaveGfxGroups = false;
// Flag to enable the change queue, which could have any anonymous
// save routine for the Rom. In practice, just the overworld tilemap
// and tile32 save.