mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-19 13:37:22 -05:00
17 lines
423 B
C
17 lines
423 B
C
#ifndef POKEPLATINUM_STRUCT_020298D8_H
|
|
#define POKEPLATINUM_STRUCT_020298D8_H
|
|
|
|
#include "struct_decls/sprite_decl.h"
|
|
#include "struct_defs/union_02022594_020225E0.h"
|
|
#include "pokemon.h"
|
|
#include "overlay022/struct_ov22_022596B0.h"
|
|
|
|
typedef struct {
|
|
Sprite * unk_00;
|
|
UnkUnion_020225E0 unk_04;
|
|
UnkStruct_ov22_022596B0 unk_08;
|
|
Pokemon * unk_0C;
|
|
} UnkStruct_020298D8;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_020298D8_H
|