Add kSaveGraphicsSheet flag to ExperimentFlags for graphics sheet saving
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user