Skip to content

Conversation

@Rangi42
Copy link
Member

@Rangi42 Rangi42 commented Sep 24, 2024

Fixes #350

This correctly uncompresses every .pic file to exactly reproduce its .2bpp data:

$ for f in `find gfx -name '*.pic'`; do tools/pkmncompress -u $f ${f%pic}tmp; done
$ for f in `find gfx -name '*.tmp'`; do cmp $f ${f%tmp}2bpp; done
$ find gfx -name '*.tmp' -delete

@Rangi42 Rangi42 requested review from dannye and mid-kid September 24, 2024 18:36
@Rangi42 Rangi42 force-pushed the uncompress branch 6 times, most recently from b8c13aa to 67748f6 Compare September 25, 2024 19:10
@Rangi42 Rangi42 marked this pull request as ready for review September 25, 2024 19:17
@Rangi42 Rangi42 requested review from dannye and mid-kid and removed request for dannye and mid-kid September 25, 2024 19:17
@Rangi42 Rangi42 force-pushed the uncompress branch 5 times, most recently from 09f67fe to c33ebdb Compare September 25, 2024 19:45
@Rangi42 Rangi42 merged commit 9a2f1b2 into pret:master Sep 26, 2024
1 check passed
@Rangi42 Rangi42 deleted the uncompress branch September 26, 2024 04:45
PokefanMarcel pushed a commit to PokefanMarcel/yumepokered that referenced this pull request Oct 18, 2024
PokefanMarcel pushed a commit to PokefanMarcel/yumepokered that referenced this pull request Jun 21, 2025
PokefanMarcel pushed a commit to PokefanMarcel/yumepokered that referenced this pull request Jun 21, 2025
CreamElDudJafar pushed a commit to CreamElDudJafar/pokered-yellow-colors that referenced this pull request Aug 15, 2025
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.

Extend tools/pkmncompress.c to allow decompressing .pic to .2bpp

1 participant