diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-12-05 11:57:54 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-05 11:57:54 -0600 |
commit | 7597433af6bb89986cf7c69617923cabcbec17c1 (patch) | |
tree | 76480f2a45cb5a6f1fd5ff845fde26a06bf5513c /include/graphics.h | |
parent | 0250aefb73a995a6812a657193abeb96eb34d489 (diff) | |
parent | ddcf52bcae7ed6909215f2c79b3e75ffb1f940bd (diff) |
Merge pull request #130 from DizzyEggg/decompile_pokeball
Decompile pokeball
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index 4c5a0952b..4a522a429 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -5,6 +5,32 @@ #ifndef GUARD_GRAPHICS_H #define GUARD_GRAPHICS_H +extern const u8 gInterfaceGfx_PokeBall[]; +extern const u8 gInterfacePal_PokeBall[]; +extern const u8 gInterfaceGfx_GreatBall[]; +extern const u8 gInterfacePal_GreatBall[]; +extern const u8 gInterfaceGfx_SafariBall[]; +extern const u8 gInterfacePal_SafariBall[]; +extern const u8 gInterfaceGfx_UltraBall[]; +extern const u8 gInterfacePal_UltraBall[]; +extern const u8 gInterfaceGfx_MasterBall[]; +extern const u8 gInterfacePal_MasterBall[]; +extern const u8 gInterfaceGfx_NetBall[]; +extern const u8 gInterfacePal_NetBall[]; +extern const u8 gInterfaceGfx_DiveBall[]; +extern const u8 gInterfacePal_DiveBall[]; +extern const u8 gInterfaceGfx_NestBall[]; +extern const u8 gInterfacePal_NestBall[]; +extern const u8 gInterfaceGfx_RepeatBall[]; +extern const u8 gInterfacePal_RepeatBall[]; +extern const u8 gInterfaceGfx_TimerBall[]; +extern const u8 gInterfacePal_TimerBall[]; +extern const u8 gInterfaceGfx_LuxuryBall[]; +extern const u8 gInterfacePal_LuxuryBall[]; +extern const u8 gInterfaceGfx_PremierBall[]; +extern const u8 gInterfacePal_PremierBall[]; +extern const u8 gOpenPokeballGfx[]; + extern const u8 gItemIcon_QuestionMark[]; extern const u8 gItemIconPalette_QuestionMark[]; extern const u8 gUnknown_08DB7AA0[]; |