From 3e5dd1d047bada52ab0dce2fe58b04e39bcaa1cc Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Fri, 22 Oct 2021 10:01:07 -0700 Subject: Death by 74 files (#65) * death by 74 files * 20% reached * doc move stuff in pokemon * fix undef reference * doc more and plumb a few more constanst for num party members and num moves * that struct is def PokemonMove.. clean up all code with it --- include/play_time.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/play_time.h') diff --git a/include/play_time.h b/include/play_time.h index 7a8ea9e..b4b10b1 100644 --- a/include/play_time.h +++ b/include/play_time.h @@ -9,6 +9,10 @@ struct PlayTimeStruct u8 frames; }; + +extern struct PlayTimeStruct *gPlayTimeRef; +extern struct PlayTimeStruct gPlayTime; + void IncrementPlayTime(struct PlayTimeStruct *Time); void ResetPlayTime(struct PlayTimeStruct *Time); struct PlayTimeStruct *GetPlayTime(void); -- cgit v1.2.3