05-02-2023, 01:56 PM
(This post was last modified: 05-24-2023, 02:09 AM by winteriscoming.)
256 512 unique tiles in tile RAM. Scroll planes and sprites pull from these tiles.
I'm not sure if there is a limit to number of sprites per line. I've never hit it.
Sprites are all 8x8. There is hardware supported sprite chaining, where sprites can be grouped together so position can be managed as if it were one sprite.
Since they are all 8x8 sprites, that's the size you're working with. There are 64 sprites total.
I'm not sure if there is a limit to number of sprites per line. I've never hit it.
Sprites are all 8x8. There is hardware supported sprite chaining, where sprites can be grouped together so position can be managed as if it were one sprite.
Since they are all 8x8 sprites, that's the size you're working with. There are 64 sprites total.