summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-01-22 15:46:48 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-01-22 15:46:48 -0500
commit12d12e70a170896844f3280d6968e1e2d6cf1cba (patch)
tree309354ca24c566e58ac8f30fd2270f46bafea877 /include
parent2037045ab0dadd4566b4ba123672ab533ee50197 (diff)
union_room_battle
Diffstat (limited to 'include')
-rw-r--r--include/strings.h5
-rw-r--r--include/union_room.h2
2 files changed, 7 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
diff --git a/include/union_room.h b/include/union_room.h
index 8441a6707..60103dad7 100644
--- a/include/union_room.h
+++ b/include/union_room.h
@@ -153,4 +153,6 @@ extern struct GFtgtGnameSub gUnknown_203B064;
extern u16 gUnionRoomOfferedSpecies;
extern u8 gUnionRoomRequestedMonType;
+void sub_81173C0(u16 battleFlags);
+
#endif //GUARD_UNION_ROOM_H