summaryrefslogtreecommitdiff
path: root/include/contest.h
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-12-12 20:07:09 -0600
committercamthesaxman <cameronghall@cox.net>2017-12-12 20:07:09 -0600
commit90eec979c948c480772549f6ec05a76b4f4cb605 (patch)
tree950090e440388aa06b3f9bd610272cad574b9bfd /include/contest.h
parent95a64284fdc2b063a49f1ad3edb8726ec0db0366 (diff)
fail at decompiling sub_80ABCDC
Diffstat (limited to 'include/contest.h')
-rw-r--r--include/contest.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/contest.h b/include/contest.h
index 983f9bc6a..06c356c2f 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 ContestPokemon
{
/* 0x00 */ u16 species;