diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-05-22 17:05:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-22 17:05:58 +0100 |
commit | 1e7dcfbf615f387c3b4a8a7577ff36dd57922f60 (patch) | |
tree | 9a4e1be7cbadd711196e5efa1fafb9bfd2bba843 /include/timer3.h | |
parent | 98f11489806b6dba4c6080c5429b2368d3092541 (diff) | |
parent | de6f8fc978e5297d3f425d2d6c8517e9bb8e75ff (diff) |
Merge pull request #378 from PikalaxALT/pikalax_work
list_menu; Try matching FUN_0202EFE4
Diffstat (limited to 'include/timer3.h')
-rw-r--r-- | include/timer3.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/timer3.h b/include/timer3.h index be6e1da8..3220c7a3 100644 --- a/include/timer3.h +++ b/include/timer3.h @@ -10,12 +10,12 @@ struct Timer3Data vu64 Timer3Counter; }; -THUMB_FUNC void Init_Timer3(); -THUMB_FUNC void CountUpTimer3(); -THUMB_FUNC u64 internal_GetTimer3Count(); -THUMB_FUNC u64 GetTimer3Count(); -THUMB_FUNC u64 Timer3CountToMilliSeconds(u64 count); -THUMB_FUNC u64 Timer3CountToSeconds(u64 count); +void Init_Timer3(); +void CountUpTimer3(); +u64 internal_GetTimer3Count(); +u64 GetTimer3Count(); +u64 Timer3CountToMilliSeconds(u64 count); +u64 Timer3CountToSeconds(u64 count); #endif //POKEDIAMOND_TIMER3_H |