diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2018-01-21 20:38:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-21 20:38:34 -0500 |
commit | 097da4e0112275a25b99160f5bc409a51f3a13d7 (patch) | |
tree | bf94ff010c6a0efcba7cdf3cb958805cabc191a6 /include/mystery_event_script.h | |
parent | 19864d3cd93e57880da1430489c365907fb0a7a3 (diff) | |
parent | f57340b729d741acae17213c9c748738fcc1dcb3 (diff) |
Merge branch 'master' into libc
Diffstat (limited to 'include/mystery_event_script.h')
-rw-r--r-- | include/mystery_event_script.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/mystery_event_script.h b/include/mystery_event_script.h index ab23a8d00..991cab53a 100644 --- a/include/mystery_event_script.h +++ b/include/mystery_event_script.h @@ -1,7 +1,9 @@ #ifndef GUARD_MYSTERY_EVENT_SCRIPT_H #define GUARD_MYSTERY_EVENT_SCRIPT_H -u32 RunMysteryEventScript(u8 *); +void sub_8153870(u8 *script); +bool32 sub_8153884(u32 *a0); +u32 RunMysteryEventScript(u8 *script); void SetMysteryEventScriptStatus(u32 val); u16 GetRecordMixingGift(void); |