pokeplatinum/include/struct_defs/struct_02090800.h
2024-04-10 15:23:32 -07:00

23 lines
606 B
C

#ifndef POKEPLATINUM_STRUCT_02090800_H
#define POKEPLATINUM_STRUCT_02090800_H
#include "message.h"
#include "string_template.h"
#include "pokemon.h"
#include "struct_defs/struct_02090800_sub1.h"
typedef struct {
int unk_00;
MessageLoader * unk_04;
StringTemplate * unk_08;
Pokemon * unk_0C;
BOOL unk_10;
PokemonInfoDisplayStruct_sub1 unk_14;
PokemonInfoDisplayStruct_sub1 unk_1C;
PokemonInfoDisplayStruct_sub1 unk_24;
PokemonInfoDisplayStruct_sub1 unk_2C;
PokemonInfoDisplayStruct_sub1 unk_34;
} PokemonInfoDisplayStruct;
#endif // POKEPLATINUM_STRUCT_02090800_H