mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-21 17:46:39 -05:00
10 lines
227 B
C
10 lines
227 B
C
#ifndef GUARD_PARTY_LIST_MENU_H
|
|
#define GUARD_PARTY_LIST_MENU_H
|
|
|
|
bool8 CreatePartyListMenu(Pokemon *pokeStruct);
|
|
u32 sub_8025F68(void);
|
|
bool8 sub_802604C(void);
|
|
void CleanPartyListMenu(void);
|
|
|
|
#endif // GUARD_PARTY_LIST_MENU_H
|