I am a little confused with the 8 sprite limit per scanline rule.
If sprites 57-63 are drawn in the first 10 pixels of a scanline and sprite 5 is drawn at 100 pixels in and sprite 6 is drawn at 200 pixels then which sprite is drawn? 5 or 6? i.e. does the limit go from sprite 63.0 or what is drawn from left to right on a scanline?
Also, if sprite 10 (bg sprite) is drawn on pixel 123 of a scanline and sprite 11 (fg sprite) is drawn on the same pixel then the latter wont get drawn. Do any games exist so that we can test this?
If sprites 57-63 are drawn in the first 10 pixels of a scanline and sprite 5 is drawn at 100 pixels in and sprite 6 is drawn at 200 pixels then which sprite is drawn? 5 or 6? i.e. does the limit go from sprite 63.0 or what is drawn from left to right on a scanline?
Also, if sprite 10 (bg sprite) is drawn on pixel 123 of a scanline and sprite 11 (fg sprite) is drawn on the same pixel then the latter wont get drawn. Do any games exist so that we can test this?