mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -05:00
26 lines
551 B
C
26 lines
551 B
C
#ifndef POKEPLATINUM_STRUCT_OV82_0223B164_H
|
|
#define POKEPLATINUM_STRUCT_OV82_0223B164_H
|
|
|
|
#include "struct_decls/struct_0202AB28_decl.h"
|
|
|
|
#include "bag.h"
|
|
#include "game_options.h"
|
|
#include "journal.h"
|
|
#include "savedata.h"
|
|
#include "trainer_info.h"
|
|
|
|
typedef struct {
|
|
u8 padding_00[4];
|
|
int unk_04;
|
|
UnkStruct_0202AB28 *unk_08;
|
|
SaveData *unk_0C;
|
|
TrainerInfo *unk_10;
|
|
Bag *unk_14;
|
|
Options *unk_18;
|
|
Journal *unk_1C;
|
|
BOOL unk_20;
|
|
BOOL unk_24;
|
|
} UnkStruct_ov82_0223B164;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV82_0223B164_H
|