housekeeping

This commit is contained in:
Justin Scofield
2024-12-31 20:43:23 -05:00
parent 5e0f1a072f
commit e04fc3d828
9 changed files with 0 additions and 12 deletions

View File

@@ -495,8 +495,6 @@ absl::Status Overworld::LoadSpritesFromMap(int sprites_per_gamestate_ptr,
return absl::OkStatus();
}
// ---------------------------------------------------------------------------
absl::Status Overworld::Save(Rom &rom) {
rom_ = rom;
if (expanded_tile16_) RETURN_IF_ERROR(SaveMap16Expanded())