summaryrefslogtreecommitdiff
path: root/include/party_menu.h
diff options
context:
space:
mode:
authorpaul <nintendo6496@googlemail.com>2018-11-24 19:57:36 +0100
committerpaul <nintendo6496@googlemail.com>2018-11-24 19:57:36 +0100
commit4744a7d96ec21fc9480165061990ba98a774a469 (patch)
tree0c24d7e392d5cc4302e6ed6381b2a2dc047a2b3a /include/party_menu.h
parent284bbf91af43b0c9928865894cbc1d3001e57c16 (diff)
parentfecda40501d39c633435fe2777ebc93d92233ca1 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/party_menu.h')
-rw-r--r--include/party_menu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/party_menu.h b/include/party_menu.h
index c787bafb1..19e1f7d4e 100644
--- a/include/party_menu.h
+++ b/include/party_menu.h
@@ -1,6 +1,8 @@
#ifndef GUARD_PARTY_MENU_H
#define GUARD_PARTY_MENU_H
+#include "global.h"
+
enum {
AILMENT_NONE,
AILMENT_PSN,
@@ -14,5 +16,6 @@ bool8 pokemon_has_move(struct Pokemon *, u16);
void sub_81B58A8(void);
void DoWallyTutorialBagMenu(void);
u8 pokemon_ailments_get_primary(u32 status);
+u16 ItemIdToBattleMoveId(u16 itemId);
#endif // GUARD_PARTY_MENU_H