diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-14 17:00:41 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-14 17:00:41 +0200 |
commit | f47ed3268c76b43db4bce0a60f355b18d0edc875 (patch) | |
tree | f349a35695bae8336d1a061e77f95b8d6a0870c1 /include/apprentice.h | |
parent | d60e4e23f84cc55f358e0b3ad458a714bcc2c249 (diff) |
Finish documenting apprentice for now
Diffstat (limited to 'include/apprentice.h')
-rw-r--r-- | include/apprentice.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/apprentice.h b/include/apprentice.h index 90383b737..ca0b04800 100644 --- a/include/apprentice.h +++ b/include/apprentice.h @@ -15,6 +15,10 @@ struct ApprenticeTrainer extern const struct ApprenticeTrainer gApprentices[]; void CopyFriendsApprenticeChallengeText(u8 saveblockApprenticeId); +void Apprentice_EnableBothScriptContexts(void); +void ResetApprenticeStruct(struct Apprentice *apprentice); +void ResetAllApprenticeData(void); +void CallApprenticeFunction(void); const u8 *GetApprenticeNameInLanguage(u32 apprenticeId, s32 language); #endif // GUARD_APPRENTICE_H |