mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-05-17 10:58:19 -05:00
8 lines
156 B
C
8 lines
156 B
C
#ifndef GUARD_PARTY_MENU_H
|
|
#define GUARD_PARTY_MENU_H
|
|
|
|
bool8 pokemon_has_move(struct Pokemon *, u16);
|
|
void sub_81B58A8(void);
|
|
|
|
#endif // GUARD_PARTY_MENU_H
|