mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-22 15:08:09 -05:00
26 lines
602 B
C
26 lines
602 B
C
#ifndef POKEPLATINUM_STRUCT_0206BC70_H
|
|
#define POKEPLATINUM_STRUCT_0206BC70_H
|
|
|
|
#include "struct_decls/struct_02025CCC_decl.h"
|
|
#include "game_options.h"
|
|
#include "struct_decls/struct_0202D750_decl.h"
|
|
#include "struct_decls/struct_0202D764_decl.h"
|
|
#include "savedata.h"
|
|
|
|
#include <dwc.h>
|
|
|
|
typedef struct {
|
|
UnkStruct_0202D750 * unk_00;
|
|
UnkStruct_0202D764 * unk_04;
|
|
UnkStruct_02025CCC * unk_08;
|
|
SaveData * unk_0C;
|
|
Options * unk_10;
|
|
DWCUserData * unk_14;
|
|
int unk_18;
|
|
int unk_1C;
|
|
int unk_20;
|
|
int unk_24;
|
|
} UnkStruct_0206BC70;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0206BC70_H
|