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