diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-15 08:49:52 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-15 08:49:52 -0400 |
commit | d5504aefaefc62da33e714ee4fd314fea105b7b8 (patch) | |
tree | b0a7d575cc53635d331cdb2659c62ec522e439fc /include/tm_case.h | |
parent | 016c99ad0be74d4e13a9500d0bd8af830572d39a (diff) |
tm_case documentation, 1
Diffstat (limited to 'include/tm_case.h')
-rw-r--r-- | include/tm_case.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/tm_case.h b/include/tm_case.h new file mode 100644 index 000000000..f77eae457 --- /dev/null +++ b/include/tm_case.h @@ -0,0 +1,8 @@ +#ifndef GUARD_TM_CASE_H +#define GUARD_TM_CASE_H + +void InitTMCase(u8 a0, void (* a1)(void), u8 a2); +void ResetTMCaseCursorPos(void); +void PokeDude_InitTMCase(void); + +#endif //GUARD_TM_CASE_H |