Add flags for expanded tile16 and tile32 saving

This commit is contained in:
scawful
2024-11-10 17:17:12 -05:00
parent 0035176f86
commit 996c6c92ee
2 changed files with 6 additions and 2 deletions

View File

@@ -571,6 +571,8 @@ class Overworld : public SharedRom, public core::ExperimentFlags {
absl::Status DecompressAllMapTiles();
bool is_loaded_ = false;
bool expanded_tile16_ = false;
bool expanded_tile32_ = false;
int game_state_ = 0;
int current_map_ = 0;