mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-25 07:24:42 -05:00
46 lines
848 B
C
46 lines
848 B
C
#ifndef PMDSKY_MAIN_0205B690_H
|
|
#define PMDSKY_MAIN_0205B690_H
|
|
|
|
#include "util.h"
|
|
|
|
struct unkStruct_020B0A54_unk8_inner {
|
|
u8 fill0[0x44];
|
|
u16 unk44;
|
|
u16 unk46;
|
|
u16 unk48;
|
|
};
|
|
|
|
union unkStruct_020B0A54_unk8 {
|
|
struct ground_monster *monster;
|
|
struct unkStruct_020B0A54_unk8_inner *unk8;
|
|
};
|
|
|
|
struct unkStruct_020B0A54 {
|
|
u8 unk0;
|
|
u32 unk4;
|
|
union unkStruct_020B0A54_unk8 unk8;
|
|
u8 unkC[8];
|
|
u8 unk14[8];
|
|
u8 unk1C;
|
|
u8 unk1D[21];
|
|
u8 unk32[36];
|
|
u8 unk56[74];
|
|
u16 unkA0;
|
|
u16 unkA2;
|
|
u8 unkA4[8];
|
|
u8 unkAC;
|
|
bool8 unkAD;
|
|
u8 unkAE;
|
|
};
|
|
|
|
// Stupid hack but it's needed for some matches.
|
|
union unkStruct_020B0A54_union {
|
|
struct unkStruct_020B0A54 *struct0;
|
|
struct unkStruct_020B0A54 struct1;
|
|
void (*fp[])(void);
|
|
};
|
|
|
|
s32 sub_0205B690(void);
|
|
|
|
#endif //PMDSKY_MAIN_0205B690_H
|