diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-12-09 08:59:59 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-12-09 08:59:59 -0500 |
commit | 9d70b8a4d9fc69064b5a0bde6670b4aaca25cf5e (patch) | |
tree | 4f0f3dc6ac18497b1452a02ab55490fce1f89e74 /include/pokeball.h | |
parent | 7871a505b39e5452f0a39f96ce2deea810099906 (diff) | |
parent | f21b113bc6caee136d696aadfe8dc13d6e8f3622 (diff) |
Merge branch 'master' of github.com:pret/pokefirered into pokedex_screen
Diffstat (limited to 'include/pokeball.h')
-rw-r--r-- | include/pokeball.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pokeball.h b/include/pokeball.h index 0e941f9ed..1c2241246 100644 --- a/include/pokeball.h +++ b/include/pokeball.h @@ -20,6 +20,8 @@ enum POKEBALL_COUNT }; +extern const struct SpriteTemplate gBallSpriteTemplates[]; + #define POKEBALL_PLAYER_SENDOUT 0xFF #define POKEBALL_OPPONENT_SENDOUT 0xFE |