mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 20:17:38 +01:00
10 lines
236 B
C
10 lines
236 B
C
#ifndef GUARD_PARTY_MENU_H
|
|
#define GUARD_PARTY_MENU_H
|
|
|
|
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
|