Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index footprint images, convert Spinda spots to .png files #1886

Merged
merged 3 commits into from
May 28, 2023

Conversation

GriffinRichards
Copy link
Member

  • The pokémon footprint images were grayscale, which meant that A: they were colored incorrectly, and B: if someone edited then saved one as an indexed image it would likely rearrange the palette, and cause the footprint to look incorrect in-game. They are now correctly indexed/colored.
  • Spinda's spots are a bit matrix in a different 1bpp format than the footprints (a plain matrix, rather than an 8x8 tiled one). gbagfx was updated to support this other format so that Spinda's spots can be edited directly as .png files.

For those updating their own grayscale footprints, the .png files were regenerated using gbagfx:

tools/gbagfx/gbagfx graphics/pokemon/*/footprint.1bpp graphics/pokemon/*/footprint.png -palette temp.pal -width 2

where * is each species folder name and temp.pal is the following palette:

JASC-PAL
0100
2
255 255 255
98 98 98

@GriffinRichards GriffinRichards merged commit 890d004 into pret:master May 28, 2023
@GriffinRichards GriffinRichards deleted the 1bpp branch May 28, 2023 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant