pokeemerald/include/mystery_event_script.h

11 lines
331 B
C
Raw Normal View History

2017-10-12 07:06:19 +00:00
#ifndef GUARD_MYSTERY_EVENT_SCRIPT_H
#define GUARD_MYSTERY_EVENT_SCRIPT_H
void InitMysteryGiftScriptContext(u8 *script);
bool32 RunMysteryGiftScriptContextCommand(u32 *script);
2018-01-21 11:36:11 +00:00
u32 RunMysteryEventScript(u8 *script);
2017-10-12 07:06:19 +00:00
void SetMysteryEventScriptStatus(u32 val);
u16 GetRecordMixingGift(void);
#endif // GUARD_MYSTERY_EVENT_SCRIPT_H