jtothebell / fake-08

A Pico-8 player/emulator for console homebrew
Other
563 stars 49 forks source link

Sprite sheet overflow wrapping #162

Closed jtothebell closed 1 year ago

jtothebell commented 1 year ago

Fix some bugs drawing sprites.

Fix issue when drawing past the right edge of the sprite sheet with spr and sspr (sprite sheet x dimensions > 127 used to wrap to the next line. They now correctly draw nothing) Fix mget off by one error to not wrap to first sprite of the next line