Add condition mod constants

This commit is contained in:
GriffinR
2020-08-18 11:38:50 -04:00
parent 19cf1b9770
commit fa29ff98a3
3 changed files with 17 additions and 10 deletions

View File

@@ -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;