diff options
author | yenatch <yenatch@gmail.com> | 2017-06-20 20:26:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-20 20:26:44 -0400 |
commit | b22e5219ba01c70da9a03397430bff10d0b99060 (patch) | |
tree | 7db3364ee8ccda2ca66606ef1b65ebc4113a3660 /include/intro_credits_graphics.h | |
parent | 102f5b1e15e7295e30a3cebfbbad3c8af4cc1d37 (diff) | |
parent | a80eef47ca3fea61b9345ae791056c9ca2650f97 (diff) |
Merge pull request #335 from marijnvdwerf/camthesaxman/decompile_pokeball
Decompile pokeball
Diffstat (limited to 'include/intro_credits_graphics.h')
-rw-r--r-- | include/intro_credits_graphics.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/intro_credits_graphics.h b/include/intro_credits_graphics.h index 85485a2c4..5abb2381b 100644 --- a/include/intro_credits_graphics.h +++ b/include/intro_credits_graphics.h @@ -1,14 +1,14 @@ #ifndef GUARD_INTRO_CREDITS_GRAPHICS_H #define GUARD_INTRO_CREDITS_GRAPHICS_H -extern const struct SpriteSheet gIntro2BrendanSpriteSheet; -extern const struct SpriteSheet gIntro2MaySpriteSheet; -extern const struct SpriteSheet gIntro2BicycleSpriteSheet; -extern const struct SpriteSheet gIntro2LatiosSpriteSheet; -extern const struct SpriteSheet gIntro2LatiasSpriteSheet; +extern const struct CompressedSpriteSheet gIntro2BrendanSpriteSheet; +extern const struct CompressedSpriteSheet gIntro2MaySpriteSheet; +extern const struct CompressedSpriteSheet gIntro2BicycleSpriteSheet; +extern const struct CompressedSpriteSheet gIntro2LatiosSpriteSheet; +extern const struct CompressedSpriteSheet gIntro2LatiasSpriteSheet; extern const struct SpritePalette gIntro2SpritePalettes[]; -extern const struct SpriteSheet gUnknown_08416E24; -extern const struct SpriteSheet gUnknown_08416E34; +extern const struct CompressedSpriteSheet gUnknown_08416E24; +extern const struct CompressedSpriteSheet gUnknown_08416E34; void load_intro_part2_graphics(/*TODO: arg types*/); void sub_8148C78(/*TODO: arg types*/); |