diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-14 14:35:51 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-14 14:35:51 +0200 |
commit | 145df4906326488874b3f75ef96f99e85b18f2a0 (patch) | |
tree | 53ee6f57aedc26548b222a67ac1b89537624e806 /include/apprentice.h | |
parent | b4a42a6832e851f457636da61fceb530b77962f9 (diff) |
Document more of apprentice
Diffstat (limited to 'include/apprentice.h')
-rw-r--r-- | include/apprentice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/apprentice.h b/include/apprentice.h index 86c6250a0..90383b737 100644 --- a/include/apprentice.h +++ b/include/apprentice.h @@ -14,6 +14,7 @@ struct ApprenticeTrainer extern const struct ApprenticeTrainer gApprentices[]; +void CopyFriendsApprenticeChallengeText(u8 saveblockApprenticeId); const u8 *GetApprenticeNameInLanguage(u32 apprenticeId, s32 language); #endif // GUARD_APPRENTICE_H |