pmd-red/include/code_801EE10.h
2023-08-08 23:27:42 -04:00

28 lines
483 B
C

#ifndef CODE_801EE10_H
#define CODE_801EE10_H
#include "input.h"
#include "pokemon.h"
#include "text.h"
struct unkStruct_203B270
{
// size 0xBC
u32 unk0;
u8 unk4;
u8 unk5;
u8 unk6;
u8 unk7;
/* 0x8 */ struct PokemonStruct *pokeStruct;
/* 0xC */ u8 isTeamLeader;
/* 0x10 */ struct Move *moves;
u8 fill14[0x1C - 0x14];
struct MenuInputStruct input;
u32 unk50;
u32 unk54;
struct UnkTextStruct2 unk58[4];
u8 *text;
};
#endif