summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-10-02 23:32:39 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-10-02 23:32:39 +0200
commitdb58d5e24a89d9c411231a74ce01daed7a303d67 (patch)
tree9b4e178713a97421246c3ebe3706b8aa302bab7a /include/pokemon.h
parentd4e1c417d37b097bd8e7539e87a75f7026d4dc9a (diff)
battle2 3500 C lines
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index 4b678d679..b3155881e 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -633,10 +633,12 @@ s32 sub_806D864(u16 a1);
bool16 sub_806D82C(u8 id);
u16 MonTryLearningNewMove(struct Pokemon* mon, bool8);
void sub_8068AA4(void); // sets stats for deoxys
+bool8 HasTwoFramesAnimation(u16 species);
#include "sprite.h"
void DoMonFrontSpriteAnimation(struct Sprite* sprite, u16 species, bool8 noCry, u8 arg3);
void BattleAnimateFrontSprite(struct Sprite* sprite, u16 species, bool8 noCry, u8 arg3);
+void BattleAnimateBackSprite(struct Sprite* sprite, u16 species);
#endif // GUARD_POKEMON_H