summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2019-02-12 00:40:34 -0600
committerDiegoisawesome <diego@domoreaweso.me>2019-02-12 00:40:34 -0600
commit449fb25f2372c8d51fc156d0eeeffa4023ec38b8 (patch)
tree5cded9cc21884f68fa45b7bc3eab4d43f60c0366 /include
parentbc4cc9f78a705636228c39311bb6e3c393f090d3 (diff)
Clear up misnamed time-based flags and functions
Diffstat (limited to 'include')
-rw-r--r--include/event_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/event_data.h b/include/event_data.h
index e09b32d44..3b8e2701f 100644
--- a/include/event_data.h
+++ b/include/event_data.h
@@ -6,7 +6,7 @@
void InitEventData(void);
void ClearTempFieldEventData(void);
-void ClearUpperFlags(void);
+void ClearDailyFlags(void);
void DisableNationalPokedex(void);
void EnableNationalPokedex(void);
bool32 IsNationalPokedexEnabled(void);