diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-18 11:38:50 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-08-18 11:38:50 -0400 |
commit | fa29ff98a342f4f434b96d4e04f47e25ca865512 (patch) | |
tree | 68c0c83a39ce0554ba54dace82c5aa1a6827edfc /include/contest.h | |
parent | 19cf1b9770d8ec98aec3100a1aa1b9399a8c54bf (diff) |
Add condition mod constants
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; |