• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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!

JustLate

Secretly developing games under your noses :P
  • 35
    Posts
    2
    Years
    • Seen today
    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:
  • 463
    Posts
    6
    Years
    • Seen yesterday
    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