diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-08-07 22:18:30 +0100 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-08-07 22:18:30 +0100 |
commit | 704e3c7334f40b101b1f09da63da56576ac86bd2 (patch) | |
tree | f6a4c60670da605676293713eaad936b188db477 /include/contest.h | |
parent | ab2cc59629bfb8c4809807e82cb5224b4596844a (diff) | |
parent | 85ebd76cd03e1ee84f182585060b3a79b8653e85 (diff) |
Merge https://github.com/pret/pokeemerald into spritesheet
Diffstat (limited to 'include/contest.h')
-rw-r--r-- | include/contest.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/contest.h b/include/contest.h index d920117f3..c263882eb 100644 --- a/include/contest.h +++ b/include/contest.h @@ -1,6 +1,21 @@ #ifndef GUARD_CONTEST_H #define GUARD_CONTEST_H +struct ContestMove +{ + u8 effect; + u8 contestCategory:3; + u8 comboStarterId; + u8 comboMoves[4]; +}; + +struct ContestEffect +{ + u8 effectType; + u8 appeal; + u8 jam; +}; + struct ContestStruct_02039E00 { u16 unk_00; |