diff --git a/src/app/core/common.h b/src/app/core/common.h index 25bf722c..e58e3d21 100644 --- a/src/app/core/common.h +++ b/src/app/core/common.h @@ -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;