diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-11-21 09:00:41 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-11-21 09:00:41 -0500 |
commit | 77d7434df2bc6141b47d29c33fb617b29eef0fef (patch) | |
tree | 7212b566499c85cd58a151e7bb5d385dee506e3f /include/vs_seeker.h | |
parent | 6bcabeab1ec976284da95c34b57615fc9fa44970 (diff) | |
parent | 2ed26ab8fcd4e302ab4aac6bb01dba7b5c985914 (diff) |
Merge branch 'master' into quest_log
Diffstat (limited to 'include/vs_seeker.h')
-rw-r--r-- | include/vs_seeker.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/vs_seeker.h b/include/vs_seeker.h new file mode 100644 index 000000000..efc014a4a --- /dev/null +++ b/include/vs_seeker.h @@ -0,0 +1,14 @@ +#ifndef GUARD_VS_SEEKER_H +#define GUARD_VS_SEEKER_H + +#include "global.h" + +void Task_VsSeeker_0(u8 taskId); +void sub_810CB90(void); +void sub_810CDE8(void); +int sub_810CE64(u16 a0); +bool8 sub_810CF04(u8 a0); +u8 sub_810CF54(); +void sub_810D0D0(void); + +#endif //GUARD_VS_SEEKER_H |