Merge pull request #280 from DizzyEggg/decompile_part_mon_summary

Decompile a few pokemon summary screen functions
This commit is contained in:
Diegoisawesome
2018-08-02 08:27:05 -07:00
committed by GitHub
3 changed files with 276 additions and 896 deletions

View File

@@ -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;