pokeplatinum/include/struct_defs/struct_0203E234.h
2025-01-19 23:34:54 +01:00

15 lines
315 B
C

#ifndef POKEPLATINUM_STRUCT_0203E234_H
#define POKEPLATINUM_STRUCT_0203E234_H
#include "party.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