Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

If you're constantly redrawing a sprite, it might flicker depending on how much code you have between sprite draw commands. You might be able to hide it by increasing the emulation speed to 200 or 500 cycles per second. Of course, this will also increase the speed at which your game runs, so unless you have a delay function in your code, be careful!