diff options
author | Garak <garakmon@gmail.com> | 2018-08-07 22:21:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-07 22:21:10 -0400 |
commit | 96ab357bedfb7d4e07a52b518e2bd02375b1f5f5 (patch) | |
tree | 92c8775f554e682a05c5995c7baa2d130ebd8aa3 /include/contest.h | |
parent | 1ab872c68e951837b6925dbbdf25c4e8d0b63c82 (diff) | |
parent | 85ebd76cd03e1ee84f182585060b3a79b8653e85 (diff) |
Merge pull request #3 from pret/master
syncing with source repo
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; |