Move contest winner list to C

This commit is contained in:
Phlosioneer
2019-03-09 00:00:10 -05:00
parent 88c3781880
commit 5b4b0a245b
4 changed files with 234 additions and 73 deletions

View File

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