mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-22 15:08:09 -05:00
29 lines
669 B
C
29 lines
669 B
C
#ifndef POKEPLATINUM_STRUCT_02093800_H
|
|
#define POKEPLATINUM_STRUCT_02093800_H
|
|
|
|
#include "strbuf.h"
|
|
#include "trainer_info.h"
|
|
#include "struct_defs/struct_020279FC.h"
|
|
#include "struct_decls/struct_0202A750_decl.h"
|
|
#include "pokemon.h"
|
|
#include "struct_decls/struct_021C0794_decl.h"
|
|
|
|
typedef struct {
|
|
u8 unk_00;
|
|
u8 unk_01;
|
|
u8 unk_02;
|
|
u8 unk_03;
|
|
u8 unk_04;
|
|
u8 unk_05;
|
|
u8 padding_06[2];
|
|
Pokemon * unk_08;
|
|
const Strbuf* unk_0C;
|
|
const TrainerInfo * unk_10;
|
|
UnkStruct_0202A750 * unk_14;
|
|
const UnkStruct_020279FC * unk_18;
|
|
SaveData * unk_1C;
|
|
void * unk_20;
|
|
} UnkStruct_02093800;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02093800_H
|