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

14 lines
281 B
C

#ifndef POKEPLATINUM_STRUCT_020985E4_H
#define POKEPLATINUM_STRUCT_020985E4_H
#include "game_options.h"
#include "trainer_info.h"
typedef struct {
int unk_00;
Options *unk_04;
const TrainerInfo *unk_08;
} UnkStruct_020985E4;
#endif // POKEPLATINUM_STRUCT_020985E4_H