mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 06:57:36 -05:00
22 lines
428 B
C
22 lines
428 B
C
#ifndef POKEPLATINUM_STRUCT_OV104_02235208_H
|
|
#define POKEPLATINUM_STRUCT_OV104_02235208_H
|
|
|
|
#include "struct_decls/struct_party_decl.h"
|
|
|
|
#include "savedata.h"
|
|
|
|
typedef struct {
|
|
SaveData *unk_00;
|
|
u8 unk_04;
|
|
u8 unk_05;
|
|
u16 unk_06;
|
|
u8 *unk_08;
|
|
Party *unk_0C;
|
|
void *unk_10;
|
|
u16 *unk_14;
|
|
u16 unk_18;
|
|
u8 padding_1A[6];
|
|
} UnkStruct_ov104_02235208;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV104_02235208_H
|