diff options
Diffstat (limited to 'include/decompress.h')
-rw-r--r-- | include/decompress.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/decompress.h b/include/decompress.h index 34a678cda..36672dcfd 100644 --- a/include/decompress.h +++ b/include/decompress.h @@ -1,6 +1,8 @@ #ifndef GUARD_DECOMPRESS_H #define GUARD_DECOMPRESS_H +#include "global.h" + #include "sprite.h" extern u8 gDecompressionBuffer[0x4000]; @@ -30,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 |