pokeplatinum/include/overlay066/struct_ov66_02231908.h
2024-07-06 14:40:34 -07:00

22 lines
478 B
C

#ifndef POKEPLATINUM_STRUCT_OV66_02231908_H
#define POKEPLATINUM_STRUCT_OV66_02231908_H
#include "enums.h"
#include "trainer_info.h"
typedef struct {
enum PlazaMinigame unk_00;
u32 unk_04;
const TrainerInfo *unk_08;
const TrainerInfo *unk_0C;
const TrainerInfo *unk_10;
const TrainerInfo *unk_14;
u16 unk_18;
u16 unk_1A;
u16 unk_1C;
u16 unk_1E;
BOOL unk_20;
} UnkStruct_ov66_02231908;
#endif // POKEPLATINUM_STRUCT_OV66_02231908_H