summaryrefslogtreecommitdiff
path: root/include/party_menu.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-01-06 16:19:18 -0500
committerGitHub <noreply@github.com>2019-01-06 16:19:18 -0500
commite70a084aa964a0df94c609ebfa9717089dd67639 (patch)
tree996dc1a413c8818d6efb746ecf15c3fae28b983e /include/party_menu.h
parent103789770b635610ee1c04ed923fdcc7298f878e (diff)
parent1581631e6286e0ec8178630433e8c15cd7076ead (diff)
Merge pull request #38 from PikalaxALT/scrcmd
scrcmd
Diffstat (limited to 'include/party_menu.h')
-rw-r--r--include/party_menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/party_menu.h b/include/party_menu.h
index 19e1f7d4e..2e83c1496 100644
--- a/include/party_menu.h
+++ b/include/party_menu.h
@@ -12,7 +12,7 @@ enum {
AILMENT_BRN
};
-bool8 pokemon_has_move(struct Pokemon *, u16);
+bool8 MonKnowsMove(struct Pokemon *, u16);
void sub_81B58A8(void);
void DoWallyTutorialBagMenu(void);
u8 pokemon_ailments_get_primary(u32 status);