Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix remap_tiles_for_output() for -W16 (#57)
This commit fixes a bug where the tile data output was squished and missing even columns when converting a SNES tileset with a `-W 16` argument. This commit also fixes a segfault when converting a snes tileset with `-W 8 -H 16` (when _tile_width is 8 `(cells_per_tile_h - 2)` underflows).
- Loading branch information