Fix references to Rom class in comments

This commit is contained in:
scawful
2024-04-14 15:20:56 -05:00
parent a647670d30
commit dfbe0014d9
10 changed files with 38 additions and 38 deletions

View File

@@ -353,7 +353,7 @@ absl::Status SetColorsPalette(Rom& rom, int index, gfx::SnesPalette& current,
}
} // namespace palette_internal
// New helper function to get a palette from the ROM.
// New helper function to get a palette from the Rom.
absl::StatusOr<gfx::SnesPalette> OverworldMap::GetPalette(
const gfx::PaletteGroup& palette_group, int index, int previous_index,
int limit) {