diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-03-27 19:09:12 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2019-03-27 19:09:12 -0500 |
commit | aebc676913addd23a141b527b8d0b26fb5004189 (patch) | |
tree | 999739855e610056cc69a678fb4a127fba99ecc3 /include/strings.h | |
parent | af1baa89f1c7f657eb096df5bf2677527301b5c4 (diff) |
Decompile union_room_chat.c up to sub_801F5B8
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 |