From 4080c6f831c1955588bc9c0769e7542c81930ac1 Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Sat, 28 Jul 2018 23:26:19 +0200 Subject: Decompile a few pokemon summary screen functions --- include/contest.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'include/contest.h') 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; -- cgit v1.2.3