mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-20 00:17:19 -05:00
14 lines
313 B
C
14 lines
313 B
C
#ifndef GUARD_MYSTERY_EVENT_SCRIPT_H
|
|
#define GUARD_MYSTERY_EVENT_SCRIPT_H
|
|
|
|
#include "global.h"
|
|
|
|
u32 RunMysteryEventScript(u8 *);
|
|
void SetMysteryEventScriptStatus(u32 val);
|
|
u16 GetRecordMixingGift(void);
|
|
|
|
void MEventScript_InitContext(u8 *);
|
|
bool32 MEventScript_Run(u32 *);
|
|
|
|
#endif // GUARD_MYSTERY_EVENT_SCRIPT_H
|