diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-01 22:30:30 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-01 22:08:50 -0500 |
commit | 7571969a458fefcfa242acdd4a38dce134897977 (patch) | |
tree | 169592e670d596f4f295bf5f0f3c4b64b994050a /include/strings.h | |
parent | 4be97b2dc691d5215ae402a345708b3e207ceb9f (diff) |
Finish union room battle
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 99c9ce73c..8aa296eb1 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2677,5 +2677,8 @@ extern const u8 gText_PeopleTrading[]; extern const u8 gText_PeopleBattling[]; extern const u8 gText_PeopleInUnionRoom[]; extern const u8 gText_PeopleCommunicating[]; +extern const u8 gText_CommStandbyAwaitingOtherPlayer[]; +extern const u8 gText_RefusedBattle[]; +extern const u8 gText_BattleWasRefused[]; #endif // GUARD_STRINGS_H |