pokeemerald/include/party_menu.h

19 lines
349 B
C
Raw Normal View History

2017-10-12 07:06:19 +00:00
#ifndef GUARD_PARTY_MENU_H
#define GUARD_PARTY_MENU_H
enum {
AILMENT_NONE,
AILMENT_PSN,
AILMENT_PRZ,
AILMENT_SLP,
AILMENT_FRZ,
AILMENT_BRN
};
2017-10-12 07:06:19 +00:00
bool8 pokemon_has_move(struct Pokemon *, u16);
void sub_81B58A8(void);
2017-10-24 19:45:41 +00:00
void DoWallyTutorialBagMenu(void);
2017-11-23 01:10:35 +00:00
u8 pokemon_ailments_get_primary(u32 status);
2017-10-12 07:06:19 +00:00
#endif // GUARD_PARTY_MENU_H