mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 06:57:36 -05:00
20 lines
518 B
C
20 lines
518 B
C
#ifndef POKEPLATINUM_STRUCT_OV66_02230DBC_H
|
|
#define POKEPLATINUM_STRUCT_OV66_02230DBC_H
|
|
|
|
#include "overlay066/struct_ov66_0222DFF8_decl.h"
|
|
#include "overlay066/struct_ov66_0222E294.h"
|
|
#include "overlay066/struct_ov66_02232068.h"
|
|
|
|
#include "trainer_info.h"
|
|
|
|
typedef struct {
|
|
u32 unk_00;
|
|
UnkStruct_ov66_0222E294 unk_04;
|
|
UnkStruct_ov66_02232068 unk_08;
|
|
BOOL unk_1C;
|
|
TrainerInfo *unk_20[4];
|
|
UnkStruct_ov66_0222DFF8 *unk_30;
|
|
} UnkStruct_ov66_02230DBC;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV66_02230DBC_H
|