mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
32 lines
670 B
C
32 lines
670 B
C
#ifndef POKEPLATINUM_STRUCT_OV104_02238240_H
|
|
#define POKEPLATINUM_STRUCT_OV104_02238240_H
|
|
|
|
#include "struct_decls/struct_party_decl.h"
|
|
#include "struct_decls/struct_021C0794_decl.h"
|
|
|
|
typedef struct {
|
|
SaveData * unk_00;
|
|
u8 unk_04;
|
|
u8 padding_05[2];
|
|
u8 unk_07;
|
|
int * unk_08;
|
|
u8 * unk_0C;
|
|
u8 * unk_10;
|
|
u16 * unk_14;
|
|
u16 unk_18;
|
|
u8 padding_1A[2];
|
|
u16 unk_1C;
|
|
u16 unk_1E;
|
|
u8 padding_20[16];
|
|
Party * unk_30;
|
|
Party * unk_34;
|
|
u16 unk_38;
|
|
u8 padding_3A[2];
|
|
void * unk_3C;
|
|
u8 padding_3E[2];
|
|
u8 unk_40;
|
|
u8 padding_41[3];
|
|
} UnkStruct_ov104_02238240;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV104_02238240_H
|