03-29-2011, 08:46 AM
You don't have to guess, where each part belongs. Usually, you have to arrange the Tiles in a simple pattern.
![[Image: image1.png]](http://i644.photobucket.com/albums/uu166/Maxim82_bucket/image1.png)
Aside from the incorrect colors, you can see, the tiles are stored horizontally. NES Sprites aren't too big, so the pattern is like this:
![[Image: image2.png]](http://i644.photobucket.com/albums/uu166/Maxim82_bucket/image2.png)
If the sprites are symmetrical objects, there is only one half to save space. You have to mirror them manually and combine them with their counterpart.
![[Image: image1.png]](http://i644.photobucket.com/albums/uu166/Maxim82_bucket/image1.png)
Aside from the incorrect colors, you can see, the tiles are stored horizontally. NES Sprites aren't too big, so the pattern is like this:
![[Image: image2.png]](http://i644.photobucket.com/albums/uu166/Maxim82_bucket/image2.png)
If the sprites are symmetrical objects, there is only one half to save space. You have to mirror them manually and combine them with their counterpart.