Commit Graph

3 Commits

Author SHA1 Message Date
Rachel
69608af4a4 Re-dump pl_otherpoke with separated JASC palette files 2024-05-12 01:04:25 -07:00
lhearachel
32a76db2ac Dump sprites from pl_pokegra and pl_otherpoke
All sprites are optimized using optipng v0.7.7 and the following args:
    -clobber
    -force
    -strip all
    -o7
    -np
2023-09-25 19:29:11 -07:00
Rachel
f4c7f17073 Dump the contents of pl_poke_icon
All files were generated via nitrogfx. PNGs were generated using the following
options:

  -palette res/poketool/icongra/icon_palette.NCLR
  -palindex <index of the palette as specified by entry in Unk_020F0780>
  -width 4
  -scanfronttoback (with the exception of species_000.png)

All PNGs have been run through optipng with -o7 and -strip all, excluding
species_000. This file seemingly does not match after optimization.
2023-09-23 21:41:45 -07:00