#17735 - Darmstadium - Sat Mar 13, 2004 5:32 pm
I'm trying to use one 256 color palette for all my sprites, but I don't know how to make a palette that will make all my sprites' colors display how I want. The program that I use to convert bmp images to an array (gfx2bga by Darren) can also make a palette for your sprites. I use that feature and when display my sprites, the colors are messed up for some of the sprites but OK for others. I tried to make a palette by putting all my sprites in an image, converting that image and taking the palette from the .h file, but they still appear not how I want them. Does anybody know how I can solve this problem?