mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-11-26 22:50:22 +00:00
31 lines
533 B
C
31 lines
533 B
C
#ifndef POKEHEARTGOLD_UNK_02016EDC_H
|
|
#define POKEHEARTGOLD_UNK_02016EDC_H
|
|
|
|
#include "global.h"
|
|
|
|
#include "pokepic.h"
|
|
|
|
struct UnkStruct_02072914_sub {
|
|
u8 unk_0;
|
|
u8 unk_1;
|
|
u8 unk_2;
|
|
PokepicAnimScript 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
|