summaryrefslogtreecommitdiff
path: root/include/contest.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-07-28 23:26:19 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-07-28 23:26:19 +0200
commit4080c6f831c1955588bc9c0769e7542c81930ac1 (patch)
tree0bb53632f34c38207c45daea7a68ce0a57fb7364 /include/contest.h
parent919e7b4387556ce59e2d3a3bcb2ad44fe76ee8ee (diff)
Decompile a few pokemon summary screen functions
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 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;