Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The loop iterating through the rows of a 16x16 hires sprite would take non-disjoint 2-byte chunks per row, which led to mangled sprite drawing. It now correctly takes disjoint 2-byte windows per row.
- Loading branch information