diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-10 19:43:47 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-10 19:43:47 -0500 |
commit | fa91b511b918d4497b3f2156cdc4e007c51c9c51 (patch) | |
tree | 6bba61a7c4f3189ca3e19eb6dafae60b46b7e6da /include/strings.h | |
parent | 89b1087c3795fe5313f3f29ac2a31ed509ebcbd6 (diff) |
Finish documentation of learn_move syms
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/include/strings.h b/include/strings.h index 078a6b2db..14722f7d3 100644 --- a/include/strings.h +++ b/include/strings.h @@ -725,14 +725,14 @@ extern const u8 gText_Name[]; extern const u8 gText_MainMenuTime[]; // learn_move -extern const u8 gUnknown_841E3E3[]; -extern const u8 gUnknown_841E405[]; -extern const u8 gUnknown_841E414[]; -extern const u8 gUnknown_841E481[]; -extern const u8 gUnknown_841E493[]; -extern const u8 gUnknown_841E4C0[]; -extern const u8 gUnknown_841E50C[]; -extern const u8 gUnknown_841E3FB[]; -extern const u8 gUnknown_841E4E2[]; +extern const u8 gText_TeachWhichMoveToMon[]; +extern const u8 gText_MonLearnedMove[]; +extern const u8 gText_MonIsTryingToLearnMove[]; +extern const u8 gText_StopLearningMove[]; +extern const u8 gText_1_2_and_Poof[]; +extern const u8 gText_MonForgotOldMoveAndMonLearnedNewMove[]; +extern const u8 WhichMoveShouldBeForgotten[]; +extern const u8 gText_TeachMoveQues[]; +extern const u8 gText_GiveUpTryingToTeachNewMove[]; #endif //GUARD_STRINGS_H |