sarospa / arachNES

"Average NES emulator contains 3 spiders" factoid actually just statistical error...
GNU Affero General Public License v3.0
0 stars 1 forks source link

Mario Bros: Leftmost background tiles misaligned #4

Closed sarospa closed 7 years ago

sarospa commented 7 years ago

The tiles on the far left column are all vertically misaligned by one pixel, as can be seen during gameplay. This is probably present in all ROMs, this is just the first one where it happens to be visible.

sarospa commented 7 years ago

Cleaned this one up along with all the changes to PPU scrolling. Everything's all nicely aligned now.