housekeeping

This commit is contained in:
scawful
2024-08-20 22:56:02 -04:00
parent f847e3b67c
commit 10c46e6db1
2 changed files with 1 additions and 14 deletions

View File

@@ -128,7 +128,7 @@ absl::Status DrawScrWithCgx(uint8_t bpp, std::vector<uint8_t>& map_data,
p = each_dimension;
// for each tile on the tile buffer
for (int i = 0; i < 0x400; i++) {
if (map_data[i + p] != 0xFFFF) {
if (map_data[i + p] != 0xFF) {
auto t = gfx::GetTilesInfo(map_data[i + p]);
for (auto yl = 0; yl < 8; yl++) {