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