View Single Post
Old 18 July 2017, 22:38   #231
AnimaInCorpore
Registered User
 
Join Date: Nov 2012
Location: Willich/Germany
Posts: 232
Quote:
Originally Posted by dlfrsilver View Post
In CPS1 games, the sprites are all 16x16 pixels tiles. A common sprite list is something like 32kb ($8000) maximum for the sprites with the most frames. but it can be way way less than that.
In fact, sprites can be bigger than 16 x 16 pixels defined by special width and height "concatenation" bits but they're still being comprised of 16 x 16 pixels tiles though.
However, you need to add the flipped sprites/tiles to your memory calculation as well as some different coloured alternate reincarnations. This will increase your memory requirement by a good margin.
AnimaInCorpore is offline  
 
Page generated in 0.07573 seconds with 10 queries