diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-17 13:22:46 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-17 13:22:46 -0800 |
commit | b849ce93dbafac8e4961b531ab40585c0fdd103a (patch) | |
tree | 1cfd5cf3b7223a8e91dd0a0d4e6e112bd3458d8b /include/party_menu.h | |
parent | 3ddda066d91cbbd377584acacaea62a9deba8873 (diff) |
decompile main
Diffstat (limited to 'include/party_menu.h')
-rw-r--r-- | include/party_menu.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/include/party_menu.h b/include/party_menu.h new file mode 100644 index 000000000..c787bafb1 --- /dev/null +++ b/include/party_menu.h @@ -0,0 +1,18 @@ +#ifndef GUARD_PARTY_MENU_H +#define GUARD_PARTY_MENU_H + +enum { + AILMENT_NONE, + AILMENT_PSN, + AILMENT_PRZ, + AILMENT_SLP, + AILMENT_FRZ, + AILMENT_BRN +}; + +bool8 pokemon_has_move(struct Pokemon *, u16); +void sub_81B58A8(void); +void DoWallyTutorialBagMenu(void); +u8 pokemon_ailments_get_primary(u32 status); + +#endif // GUARD_PARTY_MENU_H |