diff options
Diffstat (limited to 'include/contest.h')
-rw-r--r-- | include/contest.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/contest.h b/include/contest.h index 9a4b3425d..d008b8fce 100644 --- a/include/contest.h +++ b/include/contest.h @@ -77,6 +77,13 @@ enum { CONTEST_FILTER_ONLY_POSTGAME }; +// Constants for changing in-contest Condition (the stars that appear during appeals) +enum { + CONDITION_NO_CHANGE, + CONDITION_GAIN, + CONDITION_LOSE, +}; + struct ContestPokemon { u16 species; |