mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
16 lines
365 B
C
16 lines
365 B
C
#ifndef POKEPLATINUM_STRUCT_OV115_02262F50_H
|
|
#define POKEPLATINUM_STRUCT_OV115_02262F50_H
|
|
|
|
#include "overlay115/struct_ov115_02262DC4.h"
|
|
|
|
#include "trainer_info.h"
|
|
|
|
typedef struct {
|
|
u32 unk_00;
|
|
UnkStruct_ov115_02262DC4 *unk_04;
|
|
const TrainerInfo *unk_08[4];
|
|
u32 unk_18[4];
|
|
} UnkStruct_ov115_02262F50;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV115_02262F50_H
|