You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that this is not python, but I hope it can be of any help in porting it if you at some point decide to do so (I saw a TODO, so I thought I should post this). Only tested it on HGSS, so it might not always work (since you seem to check two separate u16s from the u32s instead of the whole u32s, which my scan doesn't do).
The text was updated successfully, but these errors were encountered:
Hi guys, thanks for making this nice repo; really helpful. I have managed to do the decompression automatically by using the following code (C++):
in is the arm9 buffer.
I know that this is not python, but I hope it can be of any help in porting it if you at some point decide to do so (I saw a TODO, so I thought I should post this). Only tested it on HGSS, so it might not always work (since you seem to check two separate u16s from the u32s instead of the whole u32s, which my scan doesn't do).
The text was updated successfully, but these errors were encountered: