mirror of https://github.com/pret/pokeemerald.git
7 lines
132 B
C
7 lines
132 B
C
|
#ifndef GUARD_PARTY_MENU_H
|
||
|
#define GUARD_PARTY_MENU_H
|
||
|
|
||
|
bool8 pokemon_has_move(struct Pokemon *, u16);
|
||
|
|
||
|
#endif // GUARD_PARTY_MENU_H
|