summaryrefslogtreecommitdiff
path: root/include/mystery_event_script.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-11-04 09:33:19 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2019-11-04 09:33:19 -0500
commitd16532c2627909d90c253a3bc47610a78e379339 (patch)
tree50d43298a32ab25904623319755ef4727ac36c13 /include/mystery_event_script.h
parent0f4621c7302a4e81fa86b12110685e57b1c9c4a0 (diff)
Some more documentation
Diffstat (limited to 'include/mystery_event_script.h')
-rw-r--r--include/mystery_event_script.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mystery_event_script.h b/include/mystery_event_script.h
index be64663ed..8c59136c1 100644
--- a/include/mystery_event_script.h
+++ b/include/mystery_event_script.h
@@ -7,7 +7,7 @@ u32 RunMysteryEventScript(u8 *);
void SetMysteryEventScriptStatus(u32 val);
u16 GetRecordMixingGift(void);
-void sub_80DA89C(u8 *);
-bool32 sub_80DA8B0(u32 *);
+void MEventScript_InitContext(u8 *);
+bool32 MEventScript_Run(u32 *);
#endif // GUARD_MYSTERY_EVENT_SCRIPT_H