Log In  


WARNING

You probably shouldn't play the demo if you are prone to seizures. Consider yourself warned.

Cart #flicker_sprite_demo-0 | 2021-09-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3


I realized that you can have many more colors on screen, possibly including all the 32 base colors.

3


Here's a more CPU-efficient version:

for i=0,15 do
	rectfill(0,i*8,127,i*8+7,i)
end

function _update60()
	poke(0x5f2c,@0x5f2c^^135)
end

1

This was an interest by others some years ago, @Gabe_8_bit

Here is my take on it:

https://www.lexaloffle.com/bbs/?pid=68854



[Please log in to post a comment]