diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-16 21:14:16 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-16 21:14:16 -0400 |
commit | 632a7e8c08158470cbe5120fc8c8ec0141fe7303 (patch) | |
tree | ac4ff1dd4299ec969f72048697aed969dc9a944b /include/party_menu.h | |
parent | 105716d701e54270179c20425dfcc1e396211519 (diff) |
finish item_pc
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 01cd0ef57..144e735de 100644 --- a/include/party_menu.h +++ b/include/party_menu.h @@ -51,5 +51,6 @@ void sub_8120760(u8 taskId, u8 a1, s8 a2, s16 amount, TaskFunc followupFunc); void GetMonNickname(const struct Pokemon * mon, u8 * dest); void sub_81202F8(const u8 * src, u8 a1); bool8 sub_8120370(void); +void sub_811EA44(u8 a, u8 b, u8 c, u8 d, u8 messageId, TaskFunc task, MainCallback callback); #endif // GUARD_PARTY_MENU_H |