summaryrefslogtreecommitdiff
path: root/include/party_menu.h
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2019-01-06 16:00:27 -0500
committerscnorton <scnorton@biociphers.org>2019-01-06 16:00:27 -0500
commitfdd7b1033cb32f02eb861ca87fa92b9886bdfe37 (patch)
tree9ac899b61e39aa12abbcdb5ae406337c458c25fb /include/party_menu.h
parent2822d29c0bd7e579388f9d0772a7b5d1af430b31 (diff)
Through ScrCmd_pokemart
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);