mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-20 05:57:57 -05:00
16 lines
386 B
C
16 lines
386 B
C
#ifndef POKEPLATINUM_STRUCT_0203E2FC_H
|
|
#define POKEPLATINUM_STRUCT_0203E2FC_H
|
|
|
|
#include "struct_decls/struct_02025E6C_decl.h"
|
|
#include "struct_defs/struct_020279FC.h"
|
|
#include "struct_defs/pokemon.h"
|
|
|
|
typedef struct {
|
|
Pokemon * unk_00;
|
|
UnkStruct_020279FC * unk_04;
|
|
UnkStruct_02025E6C * unk_08;
|
|
u16 unk_0C;
|
|
} UnkStruct_0203E2FC;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0203E2FC_H
|