mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-22 23:20:49 -05:00
22 lines
478 B
C
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
|