pokeemerald/include/mystery_event_script.h

11 lines
333 B
C
Raw Normal View History

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