diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-29 02:39:41 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-31 07:58:07 +0800 |
commit | 935f93a0752604f1375c79e6225baa6774b60280 (patch) | |
tree | e4f35d322490ef19b6481e58327732faea810ff4 /include/party_menu.h | |
parent | 37be39117ad0a02f67fbba2b5329dadbb87f2c6d (diff) |
ported battle_gfx_sfx_util from pokeem
Diffstat (limited to 'include/party_menu.h')
-rw-r--r-- | include/party_menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/party_menu.h b/include/party_menu.h index e4fc182e9..2ae33175c 100644 --- a/include/party_menu.h +++ b/include/party_menu.h @@ -62,5 +62,6 @@ void sub_81279E0(void); void ItemUseCB_Medicine(u8 taskId, TaskFunc followUpFunc); u8 GetItemEffectType(u16 itemId); u8 pokemon_order_func(u8); +void sub_8127CAC(void); #endif // GUARD_PARTY_MENU_H |