tepples wrote:
By "4 sprites", were you referring to four 8x8, 8x16, 16x16, 16x32, 32x32, etc. portions of the same cel, or were you referring to four independent cels? If four independent cels, then all four would need to be rotated by the same angle, and I fail to understand exactly how this would prove useful.
I'm pretty sure he meant independent cells.
I think it's presuming an advantage for addressing texel fetches at a per-byte level, and from that premise if you're wasting a whole byte per texel you might as well stack 4 images in the same space, I guess. If you did want to rotate all 4 by he same angle at once, I would think that's an advantage too, albeit a very situational one.
For instance, if you were doing a Sonic the Hedgehog rotating bonus round as sprites, you could rotate a set of 4 different tiles all at once.