mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-12 15:06:42 -05:00
17 lines
705 B
C
17 lines
705 B
C
#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 BufferMonStatsToTaskData(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);
|
|
void sub_811C540(u8 slotId, u16 itemId, MainCallback callback);
|
|
void sub_811C5AC(u8 slotId, u16 itemId, MainCallback callback);
|
|
u32 sub_811D178(void);
|
|
void sub_811C568(u8 slotId, u16 itemId, u16 moveId, MainCallback callback);
|
|
|
|
#endif // GUARD_POKEMON_SPECIAL_ANIM_H
|