Skip to content

Commit

Permalink
Add test for mdoe5 to rearange blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
alekmaul committed Mar 15, 2022
1 parent 848f6a4 commit 9155f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gfx2snes/gfx2snes.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ int main(int argc, char **arg)
free(tilesetimg.buffer);
}

buffer=ArrangeBlocks(image.buffer, width, height, size, &j, &num_tiles, 8, 0);
buffer=ArrangeBlocks(image.buffer, width, height, size, &j, &num_tiles, (hi512 ? 16 : 8), 0);
free(image.buffer);

if(buffer==NULL)
Expand Down

0 comments on commit 9155f41

Please sign in to comment.