Skip to content

Conversation

@Rangi42
Copy link
Member

@Rangi42 Rangi42 commented Oct 6, 2024

Follow-up to #470. Makes the transpose_tiles function more efficient (no memory allocation, and no redundant assignment operations), with identical outputs.

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

@Rangi42 Rangi42 requested a review from dannye October 6, 2024 01:45
@Rangi42 Rangi42 force-pushed the transpose branch 2 times, most recently from d9c7654 to c377cfe Compare October 6, 2024 02:03
@Rangi42 Rangi42 merged commit a6715ef into pret:master Oct 7, 2024
1 check passed
@Rangi42 Rangi42 deleted the transpose branch October 7, 2024 16:04
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.

1 participant