mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
18 lines
420 B
C
18 lines
420 B
C
#ifndef POKEPLATINUM_STRUCT_OV17_022489C8_H
|
|
#define POKEPLATINUM_STRUCT_OV17_022489C8_H
|
|
|
|
#include "battle_anim/struct_ov12_02235FE0_decl.h"
|
|
#include "battle_anim/struct_ov12_02236030.h"
|
|
|
|
#include "pokemon.h"
|
|
|
|
typedef struct {
|
|
UnkStruct_ov12_02236030 unk_00;
|
|
UnkStruct_ov12_02235FE0 *unk_0C;
|
|
Pokemon *mon;
|
|
u8 state;
|
|
u8 unk_15;
|
|
} UnkStruct_ov17_022489C8;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV17_022489C8_H
|