summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-03-09 22:54:17 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-03-09 22:54:17 -0500
commit0c935a8bd500535ba67fad4f25ea50199cfc1871 (patch)
tree420d9cabd37fbac2ea742d3b0e70f3974e01691b /include
parenta32e8e7405dc66c29ae04bb85bf9b07cd3cb21a9 (diff)
Move the contest opponent filter to C
Diffstat (limited to 'include')
-rw-r--r--include/contest.h6
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;