Add kSaveGraphicsSheet flag to ExperimentFlags for graphics sheet saving

This commit is contained in:
scawful
2024-11-13 09:30:49 -05:00
parent d1c84e7b91
commit 0ebcd9a178

View File

@@ -67,6 +67,9 @@ class ExperimentFlags {
// Save dungeon map edits to the Rom.
bool kSaveDungeonMaps = false;
// Save graphics sheet to the Rom.
bool kSaveGraphicsSheet = false;
// Log to the console.
bool kLogToConsole = false;