• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Help! My sprite doesn't have an embedded pallette!

I've changed the sprite for the player in my pokecrystal hack. Unfortunately, when I compiled it I received this error:
rgbgfx -c embedded -p gfx/trainers/cal.gbcpal gfx/trainers/cal.png FATAL: `-c embedded` was given, but the PNG does not have an embedded palette! Conversion aborted after 1 error make: *** [Makefile:318: gfx/trainers/cal.gbcpal] Error 1
Does anyone how to embed a pallette in a PNG?
 
Last edited:
I've changed the sprite for the player in my pokecrystal hack. Unfortunately, when I compiled it I received this error:
rgbgfx -c embedded -p gfx/trainers/cal.gbcpal gfx/trainers/cal.png FATAL: `-c embedded` was given, but the PNG does not have an embedded palette! Conversion aborted after 1 error make: *** [Makefile:318: gfx/trainers/cal.gbcpal] Error 1
Does anyone how to embed a pallette in a PNG?
You need to index the image.
 
Back
Top