Move the contest opponent filter to C

This commit is contained in:
Phlosioneer
2019-03-09 22:54:17 -05:00
parent a32e8e7405
commit 0c935a8bd5
4 changed files with 303 additions and 105 deletions

View File

@@ -204,6 +204,12 @@ enum {
CONTEST_RANK_LINK
};
enum {
CONTEST_FILTER_NONE,
CONTEST_FILTER_NO_POSTGAME,
CONTEST_FILTER_ONLY_POSTGAME
};
struct ContestPokemon
{
/*0x00*/ u16 species;