diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-23 10:20:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-23 10:20:32 -0500 |
commit | 91099dbd0c451188742bf045a26a036e0e8d9f89 (patch) | |
tree | 01c4c152ba0b751f66d790e395f72fd803e938e5 /include/strings.h | |
parent | e97d3532d4d72a1fe9aec755cd2a3c6527484e27 (diff) | |
parent | 7824a413dea43f2c0c99c2b86af17c33378139fa (diff) |
Merge pull request #236 from PikalaxALT/union_room
Union room
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 7e8a4fbb4..a57493a9b 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1056,4 +1056,9 @@ extern const u8 gText_DepositHowManyStrVars1[]; extern const u8 gText_DepositedStrVar2StrVar1s[]; extern const u8 gText_NoRoomToStoreItems[]; +// union_room_battle +extern const u8 gText_CommStandbyAwaitingOtherPlayer[]; +extern const u8 gText_RefusedBattle[]; +extern const u8 gText_BattleWasRefused[]; + #endif //GUARD_STRINGS_H |