feat: Add option to load custom overworld data from ROM and enable UI
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user