Animan, on Fri Jun 10, 2011 3:06 PM, said:
Is it possible to have 3 copies of player0, while having only one missile0?
The 3 player0's would be near the top, while missile0 is on the bottom. Any way to use some inline assembly to make this happen? And would it be possible to do the same thing with player1 and missile1 at the same time?
With the standard bB kernel? No
With a custom kernel? Yes
With the DPC+ kernel or the multisprite kernel? Sort of...
You can achieve the same effect using different virtual sprites, provided the two sprites at the top don't occupy the same horizontal slice, just as you've drawn. If they overlap the horizontal slice sometimes, they'll flicker when they do.
Each virtual sprite has it's own virtual NUSIZ register, so you could use player2 and player3 at the top and missile0 and missile1 at the bottom.