feat: Add option to load custom overworld data from ROM and enable UI

This commit is contained in:
scawful
2024-08-25 16:39:22 -04:00
parent 7e0f38ef0f
commit eda3c4f5ef
2 changed files with 6 additions and 2 deletions

View File

@@ -87,6 +87,9 @@ class ExperimentFlags {
// Save overworld properties to the Rom.
bool kSaveOverworldProperties = true;
// Load custom overworld data from the ROM and enable UI.
bool kLoadCustomOverworld = false;
} overworld;
};