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