diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-06 10:44:22 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-06 10:44:22 -0500 |
commit | 78caeff45b98bf3cce180d37606d5a5239fbb030 (patch) | |
tree | dd2bda7991d1d50e83317c9a99633714c0c0106a /include/constants | |
parent | 6af7391add68be30c6bd7d22803a3dd454e08a33 (diff) |
Name remaining funcs in union_room.c
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/union_room.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/constants/union_room.h b/include/constants/union_room.h index b4e08b1a8..aaeb3b34d 100644 --- a/include/constants/union_room.h +++ b/include/constants/union_room.h @@ -25,6 +25,9 @@ #define ACTIVITY_ACCEPT 17 #define ACTIVITY_DECLINE 18 +#define ACTIVITY_NPCTALK 19 +#define ACTIVITY_PLYRTALK 20 + // Duplicate IDs? #define ACTIVITY_WCARD2 21 #define ACTIVITY_WNEWS2 22 |