diff options
author | huderlem <huderlem@gmail.com> | 2019-03-29 22:33:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-29 22:33:32 -0500 |
commit | 818468833020bd38acdf654fa555378d6a9c2b54 (patch) | |
tree | 0b25666cbc303564634e2820c3cbe82aa01b1181 /include/strings.h | |
parent | 7211f996a5ebf37ac7e2feffb0fd6c270d810513 (diff) | |
parent | accc5ae8dd2b9e26179bdb641f1e3fff5e2ef392 (diff) |
Merge pull request #635 from huderlem/union_room_chat
Union room chat
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 400e48036..4a65e6875 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2592,4 +2592,18 @@ extern const u8 gUnknown_085EE154[]; // Berry Powder Menu extern const u8 gText_Powder[]; +// Union Room Chat +extern const u8 gText_F700JoinedChat[]; +extern const u8 gText_F700LeftChat[]; +extern const u8 gText_Hello[]; +extern const u8 gText_Pokemon2[]; +extern const u8 gText_Trade[]; +extern const u8 gText_Battle[]; +extern const u8 gText_Lets[]; +extern const u8 gText_Ok[]; +extern const u8 gText_Sorry[]; +extern const u8 gText_YayUnkF9F9[]; +extern const u8 gText_ThankYou[]; +extern const u8 gText_ByeBye[]; + #endif // GUARD_STRINGS_H |