Rename ROM class to Rom

This commit is contained in:
scawful
2024-04-14 14:47:17 -05:00
parent b06e22dc0d
commit 7e46cf1c64
23 changed files with 77 additions and 77 deletions

View File

@@ -63,7 +63,7 @@ class TitleScreen {
bool mouseDown = false;
bool mdown = false;
ROM rom_;
Rom rom_;
gfx::OamTile oam_data[10];
gfx::OamTile selected_oam_tile;