mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-23 14:16:13 -05:00
28 lines
461 B
C
28 lines
461 B
C
#ifndef GUARD_MEVENT_H
|
|
#define GUARD_MEVENT_H
|
|
|
|
#include "global.h"
|
|
|
|
struct MEventStruct_Unk1442CC
|
|
{
|
|
u32 unk_00;
|
|
u16 unk_04;
|
|
u32 unk_08;
|
|
u16 unk_0C;
|
|
u32 unk_10;
|
|
u16 unk_14;
|
|
u16 unk_16[4];
|
|
struct MEventBuffer_3430_Sub unk_20;
|
|
u8 unk_44;
|
|
u8 unk_45[7];
|
|
u8 unk_4C[4];
|
|
u16 unk_50[6];
|
|
u8 unk_5C[4];
|
|
u8 unk_60;
|
|
};
|
|
|
|
struct MysteryEventStruct * sub_8143D94(void);
|
|
bool32 sub_8143E1C(void);
|
|
|
|
#endif //GUARD_MEVENT_H
|