Begin OWMapTile refactoring

This commit is contained in:
Justin Scofield
2022-07-18 19:21:44 -04:00
parent 9295f9c713
commit 99136bae05
4 changed files with 44 additions and 35 deletions

View File

@@ -361,7 +361,7 @@ void OverworldEditor::DrawPseudoVRAM() {
}
void OverworldEditor::LoadGraphics() {
rom_.DrawAllGraphicsData();
rom_.LoadAllGraphicsData();
graphics_bin_ = rom_.GetGraphicsBin();
}