diff options
author | huderlem <huderlem@gmail.com> | 2019-11-23 09:27:02 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-23 09:27:02 -0600 |
commit | bef6150b59abb23380529099016f9deef8c558ca (patch) | |
tree | 1f89af901a1f634c7547f6f3ce0bbb8faf5bbee5 /include/strings.h | |
parent | e3f7f47321bbe399dfcfc422d53d9beb5caab788 (diff) | |
parent | f039e897ca8229e6e9b104408bf48c2d4e0dcb4b (diff) |
Merge pull request #909 from GriffinRichards/doc-apprentice
Document Apprentice
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 7a477e166..43b87e888 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2400,6 +2400,10 @@ extern const u8 gUnknown_085EDC45[]; extern const u8 gUnknown_085EDB00[]; extern const u8 gUnknown_085EDC84[]; +// Apprentice +extern const u8 gText_Give[]; +extern const u8 gText_NoNeed[]; + // Easy Chat Entry extern const u8 gText_StopGivingPkmnMail[]; extern const u8 gText_LikeToQuitQuiz[]; |