mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 06:57:36 -05:00
26 lines
529 B
C
26 lines
529 B
C
#ifndef POKEPLATINUM_STRUCT_OV104_02230BE4_H
|
|
#define POKEPLATINUM_STRUCT_OV104_02230BE4_H
|
|
|
|
#include "field/field_system_decl.h"
|
|
|
|
#include "bag.h"
|
|
#include "game_options.h"
|
|
#include "journal.h"
|
|
#include "savedata.h"
|
|
|
|
typedef struct {
|
|
void *unk_00;
|
|
const Options *unk_04;
|
|
SaveData *unk_08;
|
|
Journal *unk_0C;
|
|
BagCursor *unk_10;
|
|
int unk_14;
|
|
int unk_18;
|
|
int unk_1C;
|
|
u8 *unk_20;
|
|
u8 unk_24;
|
|
FieldSystem *fieldSystem;
|
|
} UnkStruct_ov104_02230BE4;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV104_02230BE4_H
|