diff options
author | huderlem <huderlem@gmail.com> | 2019-02-25 14:12:18 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-25 14:12:18 -0600 |
commit | 153f13431879678899dd9c9236b193cf0b44c566 (patch) | |
tree | aae8a179cdb7b4903e3c280eaf898de3615911fd /include/strings.h | |
parent | d77ba3d41300d62756da0a9dba23b15263c99caf (diff) | |
parent | 7ea05431a58d63c2e0594d15e552979d20092cf6 (diff) |
Merge pull request #583 from huderlem/easy_chat
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 |