mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 06:57:36 -05:00
27 lines
609 B
C
27 lines
609 B
C
#ifndef POKEPLATINUM_STRUCT_0203D9B8_H
|
|
#define POKEPLATINUM_STRUCT_0203D9B8_H
|
|
|
|
#include "trainer_info.h"
|
|
#include "game_options.h"
|
|
#include "struct_decls/struct_0202AB28_decl.h"
|
|
#include "struct_decls/struct_party_decl.h"
|
|
#include "bag.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;
|
|
Bag * unk_14;
|
|
Options * unk_18;
|
|
UnkStruct_020989DC unk_1C[100];
|
|
} UnkStruct_0203D9B8;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0203D9B8_H
|