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 | |
parent | d60e4e23f84cc55f358e0b3ad458a714bcc2c249 (diff) |
Finish documenting apprentice for now
Diffstat (limited to 'include')
-rw-r--r-- | include/apprentice.h | 4 | ||||
-rw-r--r-- | include/battle_frontier_2.h | 1 |
2 files changed, 4 insertions, 1 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 diff --git a/include/battle_frontier_2.h b/include/battle_frontier_2.h index d032f9f74..573053f10 100644 --- a/include/battle_frontier_2.h +++ b/include/battle_frontier_2.h @@ -11,7 +11,6 @@ void sub_81A895C(void); u16 sub_81A89A0(u8); void sub_81A8AF8(void); bool8 InBattlePike(void); -void sub_819FA50(void); void sub_81AA078(u16*, u8); void sub_81A4C30(void); bool8 sub_81A6BF4(void); |