mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-18 21:17:40 -05:00
30 lines
603 B
C
30 lines
603 B
C
#ifndef POKEPLATINUM_STRUCT_02098D38_H
|
|
#define POKEPLATINUM_STRUCT_02098D38_H
|
|
|
|
#include "struct_defs/struct_020279FC.h"
|
|
#include "struct_decls/struct_0202CC84_decl.h"
|
|
|
|
typedef struct {
|
|
void * unk_00;
|
|
UnkStruct_020279FC * unk_04;
|
|
const u16 * unk_08;
|
|
u32 unk_0C;
|
|
u8 unk_10;
|
|
u8 unk_11;
|
|
u8 unk_12;
|
|
u8 unk_13;
|
|
u8 unk_14;
|
|
u8 unk_15;
|
|
u8 unk_16;
|
|
u8 unk_17;
|
|
u16 unk_18;
|
|
u8 padding_1A[2];
|
|
u32 unk_1C;
|
|
void * unk_20;
|
|
void * unk_24;
|
|
UnkStruct_0202CC84 * unk_28;
|
|
BOOL unk_2C;
|
|
} UnkStruct_02098D38;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02098D38_H
|