summaryrefslogtreecommitdiff
path: root/include/party_menu.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-01-18 12:55:48 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2018-01-18 12:55:48 -0500
commit75a32c9dc54e32dd8c87af98dd0d3def658f7b02 (patch)
treee14c28dfd6de59cef7771ccb9d6ef239f8093023 /include/party_menu.h
parentcfb0e233eebd172ce9131f4e4b940b18db6eb1d0 (diff)
parentc6ff1a6ce39cb67c6de21f2e4938ea62c97ee7e5 (diff)
Merge branch 'link' of github.com:pikalaxalt/pokeemerald into link
Diffstat (limited to 'include/party_menu.h')
-rw-r--r--include/party_menu.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/party_menu.h b/include/party_menu.h
index c787bafb1..1d1661cee 100644
--- a/include/party_menu.h
+++ b/include/party_menu.h
@@ -1,7 +1,8 @@
#ifndef GUARD_PARTY_MENU_H
#define GUARD_PARTY_MENU_H
-enum {
+enum
+{
AILMENT_NONE,
AILMENT_PSN,
AILMENT_PRZ,
@@ -14,5 +15,8 @@ bool8 pokemon_has_move(struct Pokemon *, u16);
void sub_81B58A8(void);
void DoWallyTutorialBagMenu(void);
u8 pokemon_ailments_get_primary(u32 status);
+u8 *GetMonNickname(struct Pokemon *mon, u8 *dst);
+u8 GetCursorSelectionMonId(void);
+bool8 FieldCallback_Teleport(void);
#endif // GUARD_PARTY_MENU_H