diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-09 22:54:17 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-09 22:54:17 -0500 |
commit | 0c935a8bd500535ba67fad4f25ea50199cfc1871 (patch) | |
tree | 420d9cabd37fbac2ea742d3b0e70f3974e01691b /include | |
parent | a32e8e7405dc66c29ae04bb85bf9b07cd3cb21a9 (diff) |
Move the contest opponent filter to C
Diffstat (limited to 'include')
-rw-r--r-- | include/contest.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/contest.h b/include/contest.h index a803c6d4c..5c299bee5 100644 --- a/include/contest.h +++ b/include/contest.h @@ -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; |