You have 256 sprite pixels per line. That is the limit. That equates to a total of 16 sprite blocks. So if you have, for example, 8 32x32 sprites, you can place them all on the same line and not have any problems. If you add any more sprites on that line, the one with the highest number is going to be cut off. Also, it matters not whether the sprites are solid...transparent pixels still count as sprite pixels and still count towards the pixels-per-line limitation.