(no title)
pwrrr
|
1 year ago
You can't change the sprites every rasterline. Sprites are 21 pixels in height in unexpanded mode. So you can only change the sprite after displaying all 21 lines, unless you use sprite-crunching, where the limit is still several lines. Linus has an article on sprite-crunching (mind-blowingly complex).
Luc|1 year ago
https://www.linusakesson.net/scene/lunatico/misc.php
Great article.
pwrrr|1 year ago