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