diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-05-14 16:20:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-14 16:20:43 -0400 |
commit | e885a81ed65728ef94a91657691853de52b9c057 (patch) | |
tree | f53c54f4520e0c73fa3b02acca34dc7eff5e9c57 /include/decompress.h | |
parent | 31e1a9e7596499e1fc90bc9b515dba888503f6f9 (diff) | |
parent | 82216dd31f67ee544bbcfe360e966ff91fc6d9e0 (diff) |
Merge pull request #55 from PikalaxALT/unk_8159F40
Some more decomp and porting
Diffstat (limited to 'include/decompress.h')
-rw-r--r-- | include/decompress.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/decompress.h b/include/decompress.h index 9a2093b9f..19b507525 100644 --- a/include/decompress.h +++ b/include/decompress.h @@ -36,5 +36,6 @@ void LoadSpecialPokePic_DontHandleDeoxys(const struct CompressedSpriteSheet *src u32 sub_8034974(const u8 *ptr); void sub_800F034(const struct CompressedSpriteSheet *src); +u32 GetDecompressedDataSize(const u8 *ptr); #endif // GUARD_DECOMPRESS_H |