mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-16 18:26:21 -05: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
|