Start Overworld save

This commit is contained in:
scawful
2023-08-26 17:06:30 -04:00
parent c4ef29f329
commit 168030ee31
6 changed files with 490 additions and 171 deletions

View File

@@ -323,7 +323,7 @@ absl::Status ROM::SaveToFile(bool backup, absl::string_view filename) {
}
// Run the other save functions
SaveAllPalettes();
// SaveAllPalettes();
// Open the file that we know exists for writing
std::fstream file(filename.data(), std::ios::binary | std::ios::out);