mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -05:00
21 lines
461 B
C
21 lines
461 B
C
#ifndef POKEPLATINUM_STRUCT_OV66_02231B80_H
|
|
#define POKEPLATINUM_STRUCT_OV66_02231B80_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;
|
|
} UnkStruct_ov66_02231B80;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV66_02231B80_H
|