Hacker News new | ask | show | jobs
by pwrrr 492 days 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).
1 comments

> Linus has an article on sprite-crunching (mind-blowingly complex).

https://www.linusakesson.net/scene/lunatico/misc.php

Great article.

Indeed :)