diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-11-24 03:03:29 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-11-24 03:03:29 +0800 |
commit | 972c044d71a870128d2ac41b5b407a1db41d60de (patch) | |
tree | 597c13c139566d6923bd5ee9b83a9c8dc357664a /include/pokemon_special_anim.h | |
parent | 5c1bdd0eb54b4159e4d66d9f733b0f66697a2436 (diff) |
party_menu fourth quarter
Diffstat (limited to 'include/pokemon_special_anim.h')
-rw-r--r-- | include/pokemon_special_anim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon_special_anim.h b/include/pokemon_special_anim.h index d2580552d..5cc567580 100644 --- a/include/pokemon_special_anim.h +++ b/include/pokemon_special_anim.h @@ -5,7 +5,7 @@ void sub_811E5B8(u16, u16, u16, u16, u16, u16); bool8 sub_811E680(void); -void GetMonLevelUpWindowStats(struct Pokemon *mon, u16 *currStats); +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); |