diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-09 00:00:10 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-09 00:01:49 -0500 |
commit | 5b4b0a245be14b7485c3e2cc40e40c78eeaa7ce0 (patch) | |
tree | 70207fe08436628024df0ea1606ff5a4cee38bc3 /include/contest.h | |
parent | 88c37818800e1216dc7d40cfefa0a9ab5f249671 (diff) |
Move contest winner list to C
Diffstat (limited to 'include/contest.h')
-rw-r--r-- | include/contest.h | 8 |
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; |