mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
8 lines
167 B
C
8 lines
167 B
C
#ifndef GUARD_PARTY_MENU_H
|
|
#define GUARD_PARTY_MENU_H
|
|
|
|
bool8 pokemon_has_move(struct Pokemon *, u16);
|
|
void DoWallyTutorialBagMenu(void);
|
|
|
|
#endif // GUARD_PARTY_MENU_H
|