diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-02-21 17:40:20 -0600 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-02-21 17:46:14 -0600 |
commit | b105d20d1e0297d0c858fe99a0946e5c07da81c1 (patch) | |
tree | 508704036cd8cc141493a14c0e278e1db8ee182a /include/strings.h | |
parent | 1c6502338e2bf891d6bfbb6e804acff2b674ff29 (diff) |
Decompile chunk of easy_chat.c
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 3acbc1c55..af1625140 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2413,5 +2413,14 @@ extern const u8 gUnknown_085EDC45[]; extern const u8 gUnknown_085EDB00[]; extern const u8 gUnknown_085EDC84[]; +// Easy Chat Entry +extern const u8 gText_StopGivingPkmnMail[]; +extern const u8 gText_LikeToQuitQuiz[]; +extern const u8 gText_ChallengeQuestionMark[]; +extern const u8 gText_QuitEditing[]; +extern const u8 gText_AllTextBeingEditedWill[]; +extern const u8 gText_BeDeletedThatOkay[]; +extern const u8 gText_Lady[]; +extern const u8 gText_F700sQuiz[]; #endif // GUARD_STRINGS_H |