diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-28 15:50:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-28 15:50:13 -0500 |
commit | 7b913802ab5745ea7529b634ebca6a147fe1c560 (patch) | |
tree | 6932ba627bf459011086528dc530ffdca1c05433 /include/mystery_event_script.h | |
parent | 6282f75cae2fb9484b9fe9a6c601c9a0c07c4250 (diff) | |
parent | 7e38583a5dc00b37a5ad7df94d4489c3150def8c (diff) |
Merge pull request #477 from GriffinRichards/sync-global
Sync global
Diffstat (limited to 'include/mystery_event_script.h')
-rw-r--r-- | include/mystery_event_script.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mystery_event_script.h b/include/mystery_event_script.h index 8c59136c1..562df4a7b 100644 --- a/include/mystery_event_script.h +++ b/include/mystery_event_script.h @@ -5,7 +5,6 @@ u32 RunMysteryEventScript(u8 *); void SetMysteryEventScriptStatus(u32 val); -u16 GetRecordMixingGift(void); void MEventScript_InitContext(u8 *); bool32 MEventScript_Run(u32 *); |