diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-08-18 12:38:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-18 12:38:45 -0500 |
commit | 9109469175ed52fedfe8a04567e7ecd83f0f5e66 (patch) | |
tree | 26496c17669928aa91224fa687a77c5f4c591165 /include/decompress.h | |
parent | bcb7e87f30ba121c6f5852931091b341e0c7dc11 (diff) | |
parent | f121f436674c7f18457665b4f0db3d00adc9914f (diff) |
Merge pull request #394 from DizzyEggg/decompile_egg_hatch
decompile egg hatch
Diffstat (limited to 'include/decompress.h')
-rw-r--r-- | include/decompress.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/decompress.h b/include/decompress.h index 07d69301f..84c1f29c0 100644 --- a/include/decompress.h +++ b/include/decompress.h @@ -10,7 +10,7 @@ void LoadCompressedObjectPicOverrideBuffer(const struct CompressedSpriteSheet *a void LoadCompressedObjectPalette(const struct CompressedSpritePalette *a); void LoadCompressedObjectPaletteOverrideBuffer(const struct CompressedSpritePalette *a, void *buffer); void DecompressPicFromTable_2(const struct CompressedSpriteSheet *a, u8 b, u8 c, void *d, void *e, s32 f); -void HandleLoadSpecialPokePic(const struct CompressedSpriteSheet *spriteSheet, u32 b, u32 c, u32 d, void *dest, s32 species, u32 g); +void HandleLoadSpecialPokePic(const struct CompressedSpriteSheet *spriteSheet, u32 b, u32 c, u32 d, void *dest, s32 species, u32 pid); void LoadSpecialPokePic(const struct CompressedSpriteSheet *spriteSheet, u32 b, u32 c, u32 d, void *dest, s32 species, u32 g, u32 h); void Unused_LZDecompressWramIndirect(const void **src, void *dest); |