Add SaveOverworldMaps public fn and experiment flag

This commit is contained in:
scawful
2024-01-25 13:45:47 -05:00
parent b8d9a3c5cb
commit 1ef1c3ff84
4 changed files with 16 additions and 14 deletions

View File

@@ -58,6 +58,9 @@ class ExperimentFlags {
// Log to the console.
bool kLogToConsole = false;
// Save overworld map edits to the ROM.
bool kSaveOverworldMaps = false;
};
ExperimentFlags() = default;