Skip to content

Settings

bbbbbr edited this page Aug 1, 2024 · 1 revision

Sprite Flickering

Sprite flickering is a software feature which can help overcome the 10 hardware sprite per line limitation. When there are more than 10 sprites to show for a line it will alternate which sprites are displayed on a given frame.

It can be turned off with the following code: enable_flickering = 0;