summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSlawter666 <38655737+Slawter666@users.noreply.github.com>2018-09-11 03:04:19 +0100
committerSlawter666 <38655737+Slawter666@users.noreply.github.com>2018-09-11 03:04:19 +0100
commit991151f4613e534f73141035b054ab7914d04a14 (patch)
tree2c8b0b2436449cca0748697e100fc803f548af82 /include
parent3c16d8c59876b2d5d84a3c9d82a7fc5718a32edb (diff)
Move item_use data to C
Diffstat (limited to 'include')
-rw-r--r--include/party_menu.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/party_menu.h b/include/party_menu.h
index 02e481200..b93b78544 100644
--- a/include/party_menu.h
+++ b/include/party_menu.h
@@ -58,7 +58,18 @@ void sub_81B8904(u8 arg0, void (*callback)(void));
void OpenPartyMenuInBattle(u8 caseId);
u16 ItemIdToBattleMoveId(u16 itemId);
u8 sub_81B205C(struct Pokemon* a);
+void sub_81B617C(void);
u8 sub_81B6D14(u16 a);
bool8 hm_add_c3_without_phase_2(void);
+extern void dp05_ether(u8, u16, TaskFunc);
+extern void dp05_pp_up(u8, u16, TaskFunc);
+extern void dp05_rare_candy(u8, u16, TaskFunc);
+
+extern void sub_81B67C8(u8, u16, TaskFunc);
+extern void sub_81B79E8(u8, u16, TaskFunc);
+extern void sub_81B6DC4(u8, u16, TaskFunc);
+extern void sub_81B7C74(u8, u16, TaskFunc);
+extern u16 ItemIdToBattleMoveId(u16);
+
#endif // GUARD_PARTY_MENU_H