styling canvas and tile selector + housekeeping

This commit is contained in:
Justin Scofield
2022-06-20 21:21:45 -04:00
parent 6dd18c3418
commit 4188513ebb
5 changed files with 144 additions and 134 deletions

View File

@@ -442,6 +442,8 @@ void ROM::CreateAllGraphicsData(uchar *allGfx16Ptr) {
for (int i = 0; i < 0x6F800; i++) {
allgfx16Data[i] = newData[i];
}
allgfx16Data = SNES3bppTo8bppSheet(allgfx16Data);
}
} // namespace rom