more sprite wiki questions...

This is an archive of a topic from NESdev BBS, taken in mid-October 2019 before a server upgrade.
View original topic
more sprite wiki questions...
by on (#12725)
im trying to implement what nesdevwiki says about sprites evaluation, im still a little confused by this doc, but if they take 341 cc to evaluate the sprites so when do the sprites are displayed? (i mean in wich clock cycles)

sorry the dumb question.

by on (#12727)
The sprites that are being evaluated during a scanline (via the sprite access information) are the sprites that will be displayed on the NEXT scanline. So while it's rendering the current scanline (and any sprites that were found during the previous line) it's finding the sprites for the next scanline.