2017-09-12 11:05:54 +00:00
|
|
|
#ifndef GUARD_POKEMON_ANIMATION_H
|
|
|
|
#define GUARD_POKEMON_ANIMATION_H
|
|
|
|
|
2018-01-29 11:36:56 +00:00
|
|
|
u8 GetSpeciesBackAnimSet(u16 species);
|
2018-01-22 20:32:50 +00:00
|
|
|
void LaunchAnimationTaskForFrontSprite(struct Sprite *sprite, u8 frontAnimId);
|
2018-01-29 11:36:56 +00:00
|
|
|
void StartMonSummaryAnimation(struct Sprite *sprite, u8 frontAnimId);
|
|
|
|
void LaunchAnimationTaskForBackSprite(struct Sprite *sprite, u8 backAnimSet);
|
|
|
|
void SetSpriteCB_MonAnimDummy(struct Sprite *sprite);
|
2017-09-12 11:05:54 +00:00
|
|
|
|
|
|
|
#endif // GUARD_POKEMON_ANIMATION_H
|