mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-18 21:17:40 -05:00
17 lines
444 B
C
17 lines
444 B
C
#ifndef POKEPLATINUM_STRUCT_020298D8_H
|
|
#define POKEPLATINUM_STRUCT_020298D8_H
|
|
|
|
#include "struct_decls/struct_02007C7C_decl.h"
|
|
#include "struct_defs/union_02022594_020225E0.h"
|
|
#include "pokemon.h"
|
|
#include "overlay022/struct_ov22_022596B0.h"
|
|
|
|
typedef struct {
|
|
UnkStruct_02007C7C * unk_00;
|
|
UnkUnion_020225E0 unk_04;
|
|
UnkStruct_ov22_022596B0 unk_08;
|
|
Pokemon * unk_0C;
|
|
} UnkStruct_020298D8;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_020298D8_H
|