mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
18 lines
430 B
C
18 lines
430 B
C
#ifndef POKEPLATINUM_STRUCT_OV6_02246254_H
|
|
#define POKEPLATINUM_STRUCT_OV6_02246254_H
|
|
|
|
#include "trainer_info.h"
|
|
#include "struct_defs/struct_020279FC.h"
|
|
#include "pokemon.h"
|
|
|
|
typedef struct {
|
|
const BoxPokemon * unk_00;
|
|
const BoxPokemon * unk_04;
|
|
const TrainerInfo * unk_08;
|
|
int unk_0C;
|
|
int unk_10;
|
|
const UnkStruct_020279FC * unk_14;
|
|
} UnkStruct_ov6_02246254;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV6_02246254_H
|