diff options
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 a57493a9b..81cbc63c1 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1061,4 +1061,18 @@ extern const u8 gText_CommStandbyAwaitingOtherPlayer[]; extern const u8 gText_RefusedBattle[]; extern const u8 gText_BattleWasRefused[]; +// 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_YaySmileEmoji[]; +extern const u8 gText_ThankYou[]; +extern const u8 gText_ByeBye[]; + #endif //GUARD_STRINGS_H |