summaryrefslogtreecommitdiff
path: root/include/decompress.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2018-12-17 09:24:56 -0500
committerGitHub <noreply@github.com>2018-12-17 09:24:56 -0500
commit07d63fc7faa20317bc49fd16674468fb1510271f (patch)
tree3a5c0972149b2b5c7598b67ea70bcdedf616eb0c /include/decompress.h
parent63c205e7d0094756ea851e0aed0852671329905c (diff)
parent0aceac2d340328b1d2af539820e872f04bda6214 (diff)
Merge pull request #31 from PikalaxALT/mevent
Decompile mevent.s; disassemble script pointers; decompile berry fix payload
Diffstat (limited to 'include/decompress.h')
-rw-r--r--include/decompress.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/decompress.h b/include/decompress.h
index 5f3863dc7..36672dcfd 100644
--- a/include/decompress.h
+++ b/include/decompress.h
@@ -32,4 +32,6 @@ void LoadSpecialPokePic_DontHandleDeoxys(const struct CompressedSpriteSheet *src
u32 sub_8034974(const u8 *ptr);
+void sub_800F034(const struct CompressedSpriteSheet *src);
+
#endif // GUARD_DECOMPRESS_H