summaryrefslogtreecommitdiff
path: root/include/constants/union_room.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-06-08 18:16:57 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-06-10 17:30:59 -0400
commit2859900ea9aa6f381006976fa94b95e6a4cad0b7 (patch)
treee25344fcdbc6b245518d69678e6a69f275b5713c /include/constants/union_room.h
parent35867f531bbcfaf360045160734a1ff09ce0f6d8 (diff)
Second pass on documenting union room
Diffstat (limited to 'include/constants/union_room.h')
-rw-r--r--include/constants/union_room.h18
1 files changed, 17 insertions, 1 deletions
diff --git a/include/constants/union_room.h b/include/constants/union_room.h
index 7b1d1a1be..d867fb340 100644
--- a/include/constants/union_room.h
+++ b/include/constants/union_room.h
@@ -44,7 +44,7 @@
#define ACTIVITY_BATTLE_TOWER 28
#define ACTIVITY_29 29
-#define IN_UNION_ROOM 0x40
+#define IN_UNION_ROOM (1 << 6)
// Used in UR_AddTextPrinterParameterized
#define UR_COLOR_DKE_WHT_LTE 0
@@ -83,4 +83,20 @@
#define UR_TRADE_NOTYPE 1
#define UR_TRADE_NOEGG 2
+#define UR_TRADE_READY 0
+#define UR_TRADE_PLAYER_NOT_READY 1
+#define UR_TRADE_PARTNER_NOT_READY 2
+
+#define UR_INTERACT_PLAYER_1 1
+#define UR_INTERACT_PLAYER_2 2
+#define UR_INTERACT_PLAYER_3 3
+#define UR_INTERACT_PLAYER_4 4
+#define UR_INTERACT_PLAYER_5 5
+#define UR_INTERACT_PLAYER_6 6
+#define UR_INTERACT_PLAYER_7 7
+#define UR_INTERACT_PLAYER_8 8
+#define UR_INTERACT_ATTENDANT 9
+#define UR_INTERACT_UNUSED 10
+#define UR_INTERACT_START_MENU 11
+
#endif //GUARD_CONSTANTS_UNION_ROOM_H