diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-02-25 14:03:13 -0600 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2019-02-25 14:11:31 -0600 |
commit | 7ea05431a58d63c2e0594d15e552979d20092cf6 (patch) | |
tree | 6c9d4811d84ac0c872f345175d876fc3a4ef9970 /include/strings.h | |
parent | a589d4a630a130e78bdf0819b807a133562d4449 (diff) |
Decompile more easy_chat.c
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index a3e743943..591c5ce33 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2430,5 +2430,6 @@ extern const u8 gText_CombineTwoWordsOrPhrases3[]; extern const u8 gText_OnlyOnePhrase[]; extern const u8 gText_YouCannotQuitHere[]; extern const u8 gText_SectionMustBeCompleted[]; +extern const u8 gText_ThreeQuestionMarks[]; #endif // GUARD_STRINGS_H |