lz compression bug. Reverse command is broken. #84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When I was making my own crystal hack, I noticed that the logo have a problem.
This logo is a compressed graphics, so I decided to dump this file to see what command that caused this problem and found out that all of the problem pixels are the part of reverse (0x6) command.
I tried to make the compression routine in gfx.py to not to score and do the reverse command then compress it. No problems found.
I concluded that there was a problem in reverse compression routine in gfx.py
Have you tested your modified gfx.py against compiling pokered or pokecrystal?
Fixed in #86.