diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-07-16 20:47:30 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-07-16 20:47:30 +0200 |
commit | bf0178238a179b298f465b64a4f23ff43db48fc9 (patch) | |
tree | 20ce13adef55b5c6ef06c8ba697b7c187ef4f453 /include/constants/trainers.h | |
parent | ea5ffa3375f58c3d859f48d220a8a67fcb56fa61 (diff) |
Battle files - review changes
Diffstat (limited to 'include/constants/trainers.h')
-rw-r--r-- | include/constants/trainers.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/constants/trainers.h b/include/constants/trainers.h index eb695e4ab..43ea6d0b6 100644 --- a/include/constants/trainers.h +++ b/include/constants/trainers.h @@ -862,9 +862,9 @@ // Special Trainer Ids. #define TRAINER_FRONTIER_BRAIN 1022 #define TRAINER_SECRET_BASE 1024 -#define TRAINER_LINK_OPPONENT 0x800 -#define TRAINER_OPPONENT_C00 0xC00 -#define TRAINER_STEVEN_PARTNER 0xC03 +#define TRAINER_LINK_OPPONENT 2048 +#define TRAINER_OPPONENT_C00 3072 +#define TRAINER_STEVEN_PARTNER 3075 #define TRAINER_PIC_HIKER 0 #define TRAINER_PIC_AQUA_GRUNT_M 1 |