mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-06 17:44:50 -05:00
25 lines
646 B
C
25 lines
646 B
C
#ifndef POKEPLATINUM_STRUCT_02093BBC_H
|
|
#define POKEPLATINUM_STRUCT_02093BBC_H
|
|
|
|
#include "trainer_info.h"
|
|
#include "struct_defs/struct_020279FC.h"
|
|
#include "struct_decls/struct_02029C88_decl.h"
|
|
#include "struct_decls/struct_02029D04_decl.h"
|
|
#include "pokemon.h"
|
|
#include "struct_defs/struct_02095C60.h"
|
|
|
|
typedef struct {
|
|
Pokemon * unk_00;
|
|
UnkStruct_02029C88 * unk_04;
|
|
int unk_08;
|
|
int unk_0C;
|
|
int unk_10;
|
|
int unk_14;
|
|
const UnkStruct_02029D04 * unk_18;
|
|
UnkStruct_02095C60 * unk_1C;
|
|
const UnkStruct_020279FC * unk_20;
|
|
const TrainerInfo * unk_24;
|
|
} UnkStruct_02093BBC;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02093BBC_H
|