diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-06-03 15:28:29 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-06-03 15:28:29 -0400 |
commit | 9190af73b7ebe690be7204c023d4c14d0241af29 (patch) | |
tree | 806bbf398f442dea7c8c9e9a89cd2f5094d634c2 /include/constants | |
parent | fd77eb1eb92de63c4a8d714798eeb73cb6071aa2 (diff) |
Label union room battle trainer
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/trainers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/trainers.h b/include/constants/trainers.h index 541b131ca..3f22c7cef 100644 --- a/include/constants/trainers.h +++ b/include/constants/trainers.h @@ -13,7 +13,7 @@ #define TRAINER_PLAYER 1023 #define TRAINER_SECRET_BASE 1024 #define TRAINER_LINK_OPPONENT 2048 -#define TRAINER_OPPONENT_C00 3072 +#define TRAINER_UNION_ROOM 3072 #define TRAINER_STEVEN_PARTNER 3075 #define TRAINER_PIC_HIKER 0 |