mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
18 lines
401 B
C
18 lines
401 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 *options;
|
|
} UnkStruct_ov6_02246254;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV6_02246254_H
|