pokeplatinum/include/struct_defs/struct_0203E234.h
2024-07-06 14:40:34 -07:00

16 lines
341 B
C

#ifndef POKEPLATINUM_STRUCT_0203E234_H
#define POKEPLATINUM_STRUCT_0203E234_H
#include "struct_decls/struct_party_decl.h"
#include "play_time.h"
#include "trainer_info.h"
typedef struct {
const TrainerInfo *unk_00;
const Party *unk_04;
const PlayTime *playTime;
} UnkStruct_0203E234;
#endif // POKEPLATINUM_STRUCT_0203E234_H