pokitto / PokittoLib

Library for making programs on Pokitto hardware
22 stars 16 forks source link

Mode 13 fixes #68

Closed jlauener closed 5 years ago

jlauener commented 5 years ago

When a sprite was going outside of the screen on the right side some artifacts were visible. This was due to uneeded offset of the screen buffer pointer (srcxjump). Also removed unused xclip local variable. Also the palette size was not correctly set to 256 when using new PROJ_SCREENMODE define.

(there is an extra commit that adds an utility method not related to mode 13, sorry about that)

pokitto commented 5 years ago

Thanks!