mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-05-15 01:10:02 -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
|