summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/contest.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/contest.h b/include/contest.h
index 8146486cb..4fbec9d22 100644
--- a/include/contest.h
+++ b/include/contest.h
@@ -196,6 +196,14 @@ enum
CONTEST_STRING_NONE = 255
};
+enum {
+ CONTEST_RANK_NORMAL,
+ CONTEST_RANK_SUPER,
+ CONTEST_RANK_HYPER,
+ CONTEST_RANK_MASTER,
+ CONTEST_RANK_LINK
+};
+
struct ContestPokemon
{
/*0x00*/ u16 species;