mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-09 20:32:50 -05:00
31 lines
565 B
C
31 lines
565 B
C
#ifndef POKEHEARTGOLD_UNK_02016EDC_H
|
|
#define POKEHEARTGOLD_UNK_02016EDC_H
|
|
|
|
struct UnkStruct_02072914_sub_sub {
|
|
u8 filler_0[4];
|
|
};
|
|
|
|
struct UnkStruct_02072914_sub {
|
|
u8 unk_0;
|
|
u8 unk_1;
|
|
u8 unk_2;
|
|
struct UnkStruct_02072914_sub_sub unk_3[10];
|
|
};
|
|
|
|
struct UnkStruct_02072914 {
|
|
struct UnkStruct_02072914_sub unk0[2];
|
|
s8 unk_56;
|
|
s8 unk_57;
|
|
u8 unk_58;
|
|
};
|
|
|
|
struct UnkStruct_0207294C {
|
|
u16 unk_0;
|
|
u16 unk_2;
|
|
u8 unk_4;
|
|
};
|
|
|
|
void sub_02016F40(void *, void *, struct UnkStruct_0207294C *, u8);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_02016EDC_H
|