diff options
Diffstat (limited to 'include/pokemon_special_anim.h')
-rw-r--r-- | include/pokemon_special_anim.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/pokemon_special_anim.h b/include/pokemon_special_anim.h new file mode 100644 index 000000000..8dbf0efa4 --- /dev/null +++ b/include/pokemon_special_anim.h @@ -0,0 +1,12 @@ +#ifndef GUARD_POKEMON_SPECIAL_ANIM_H +#define GUARD_POKEMON_SPECIAL_ANIM_H + +#include "global.h" + +void sub_811E5B8(u16, u16, u16, u16, u16, u16); +bool8 sub_811E680(void); +void GetMonLevelUpWindowStats(struct Pokemon *mon, u16 *currStats); +void DrawLevelUpWindowPg1(u16 windowId, u16 *statsBefore, u16 *statsAfter, u8 bgClr, u8 fgClr, u8 shadowClr); +void DrawLevelUpWindowPg2(u16 windowId, u16 *currStats, u8 bgClr, u8 fgClr, u8 shadowClr); + +#endif // GUARD_POKEMON_SPECIAL_ANIM_H |