mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 13:47:12 -05:00
10 lines
166 B
C
10 lines
166 B
C
#ifndef GUARD_MEVENT_H
|
|
#define GUARD_MEVENT_H
|
|
|
|
#include "global.h"
|
|
|
|
struct MysteryEventStruct * sub_8143D94(void);
|
|
bool32 sub_8143E1C(void);
|
|
|
|
#endif //GUARD_MEVENT_H
|