summaryrefslogtreecommitdiff
path: root/include/party_menu.h
diff options
context:
space:
mode:
authorCameron Hall <camthesaxman@users.noreply.github.com>2017-11-26 23:00:37 -0600
committerGitHub <noreply@github.com>2017-11-26 23:00:37 -0600
commit0793afb9e8eeb508375344ca683f97bbc797771a (patch)
tree1d0c1c802eea1fc5d29e86908b2de3b018d86e9b /include/party_menu.h
parent4e7e4cf467e6243994d19971d7cbee33c2f7bd25 (diff)
parent10704a135e3738b49d9175531d32bfde877f3b6b (diff)
Merge pull request #478 from huderlem/pokemon_summary_screen
Decompile pokemon_summary_screen
Diffstat (limited to 'include/party_menu.h')
-rw-r--r--include/party_menu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/party_menu.h b/include/party_menu.h
index 304389e78..3998054da 100644
--- a/include/party_menu.h
+++ b/include/party_menu.h
@@ -216,5 +216,6 @@ void PartyMenuTryGiveMonMail(u8 taskId, TaskFunc func);
void sub_806D668(u8 monIndex);
void TaughtMove(u8 taskId);
void StopTryingToTeachMove_806F588(u8 taskId);
+bool8 IsHMMove(u16 move);
#endif // GUARD_PARTY_MENU_H