mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 20:17:38 +01:00
9 lines
222 B
C
9 lines
222 B
C
|
#ifndef GUARD_MYSTERY_EVENT_SCRIPT_H
|
||
|
#define GUARD_MYSTERY_EVENT_SCRIPT_H
|
||
|
|
||
|
u32 RunMysteryEventScript(u8 *);
|
||
|
void SetMysteryEventScriptStatus(u32 val);
|
||
|
u16 GetRecordMixingGift(void);
|
||
|
|
||
|
#endif // GUARD_MYSTERY_EVENT_SCRIPT_H
|