From fa29ff98a342f4f434b96d4e04f47e25ca865512 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Tue, 18 Aug 2020 11:38:50 -0400 Subject: Add condition mod constants --- include/contest.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/contest.h') 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; -- cgit v1.2.3