diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-01 21:27:29 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-01 21:27:29 +0100 |
commit | 039c9f4bd8ee6bfb299d4422372804c569eddebd (patch) | |
tree | 1fcbc98aee0b462095feda36ac57c73c535a626b /include/party_menu.h | |
parent | 646664ff29afd8627626274a4fc12b05d584fe2c (diff) | |
parent | 0250aefb73a995a6812a657193abeb96eb34d489 (diff) |
merge with master
Diffstat (limited to 'include/party_menu.h')
-rw-r--r-- | include/party_menu.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/party_menu.h b/include/party_menu.h index 7a7d59cd0..c787bafb1 100644 --- a/include/party_menu.h +++ b/include/party_menu.h @@ -1,8 +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 |