mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-06 20:04:40 -05:00
27 lines
680 B
C
27 lines
680 B
C
#ifndef POKEPLATINUM_STRUCT_0203D9B8_H
|
|
#define POKEPLATINUM_STRUCT_0203D9B8_H
|
|
|
|
#include "trainer_info.h"
|
|
#include "struct_defs/struct_020279FC.h"
|
|
#include "struct_decls/struct_0202AB28_decl.h"
|
|
#include "struct_decls/struct_party_decl.h"
|
|
#include "struct_decls/struct_0207D3C0_decl.h"
|
|
#include "struct_defs/struct_020989DC.h"
|
|
|
|
typedef struct {
|
|
u8 unk_00;
|
|
u8 unk_01;
|
|
u8 unk_02;
|
|
u8 unk_03;
|
|
u16 unk_04;
|
|
u16 unk_06;
|
|
UnkStruct_0202AB28 * unk_08;
|
|
TrainerInfo * unk_0C;
|
|
Party * unk_10;
|
|
UnkStruct_0207D3C0 * unk_14;
|
|
UnkStruct_020279FC * unk_18;
|
|
UnkStruct_020989DC unk_1C[100];
|
|
} UnkStruct_0203D9B8;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0203D9B8_H
|