summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSatoMew <SatoMew@users.noreply.github.com>2021-09-12 23:08:09 +0100
committerSatoMew <SatoMew@users.noreply.github.com>2021-09-12 23:08:09 +0100
commitf931f40b1be6c03b1f31139fa69ca838ec2285d9 (patch)
tree2639a0d03c78a486601cbc1bb5b2b1ab60d82b83 /include
parentd0f6de3d9d3392c0e530f7d86ee4e40d60f0acc6 (diff)
Replace incorrect instances of Mystery Gift with Mystery Event
Diffstat (limited to 'include')
-rw-r--r--include/event_data.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/event_data.h b/include/event_data.h
index 50a26a437..f659fd491 100644
--- a/include/event_data.h
+++ b/include/event_data.h
@@ -10,9 +10,9 @@ void ClearDailyFlags(void);
void DisableNationalPokedex(void);
void EnableNationalPokedex(void);
bool32 IsNationalPokedexEnabled(void);
-void DisableMysteryGift(void);
-void EnableMysteryGift(void);
-bool32 IsMysteryGiftEnabled(void);
+void DisableMysteryEvent(void);
+void EnableMysteryEvent(void);
+bool32 IsMysteryEventEnabled(void);
void DisableResetRTC(void);
void EnableResetRTC(void);
bool32 CanResetRTC(void);