Sync gbagfx with pokeemerald

This commit is contained in:
GriffinR
2021-01-19 01:28:49 -05:00
parent 538c1d0efd
commit 393a6bd5b6
6 changed files with 222 additions and 2 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ void ReadPng(char *path, struct Image *image)
free(row_pointers);
fclose(fp);
if (bit_depth != image->bitDepth)
if (bit_depth != image->bitDepth && image->tilemap.data.affine == NULL)
{
unsigned char *src = image->pixels;