pokeplatinum/include/struct_defs/struct_020985E4.h
2025-06-22 10:55:07 -07:00

14 lines
282 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 *options;
const TrainerInfo *unk_08;
} UnkStruct_020985E4;
#endif // POKEPLATINUM_STRUCT_020985E4_H