mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-20 05:57:57 -05:00
15 lines
375 B
C
15 lines
375 B
C
#ifndef POKEPLATINUM_STRUCT_0203E234_H
|
|
#define POKEPLATINUM_STRUCT_0203E234_H
|
|
|
|
#include "struct_decls/struct_02025E5C_decl.h"
|
|
#include "trainer_info.h"
|
|
#include "struct_decls/struct_party_decl.h"
|
|
|
|
typedef struct {
|
|
const TrainerInfo * unk_00;
|
|
const Party * unk_04;
|
|
const UnkStruct_02025E5C * unk_08;
|
|
} UnkStruct_0203E234;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0203E234_H
|