diff options
author | yenatch <yenatch@gmail.com> | 2016-07-02 15:59:29 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-07-02 15:59:41 -0400 |
commit | a83086a9735c956e5e480b987cead8f598f5f8f1 (patch) | |
tree | 4b25a1079a74e734655b5312821d54d22d2b85ce /constants | |
parent | 8f08ae61851a6d21b1da046e50670b267a43b144 (diff) |
More Sapphire diffs.
Diffstat (limited to 'constants')
-rw-r--r-- | constants/version.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/constants/version.s b/constants/version.s index e130dab56..6247779f8 100644 --- a/constants/version.s +++ b/constants/version.s @@ -36,6 +36,10 @@ .set TRAINER_SEAFLOOR_CAVERN_GRUNT_3, 33 .set TRAINER_SEAFLOOR_CAVERN_GRUNT_4, 8 .set TRAINER_SEAFLOOR_CAVERN_GRUNT_5, 34 + .set TRAINER_MT_CHIMNEY_GRUNT_3, 35 + .set TRAINER_MT_PYRE_SUMMIT_GRUNT_1, 23 + .set TRAINER_MT_PYRE_SUMMIT_GRUNT_2, 24 + .set TRAINER_MT_PYRE_SUMMIT_GRUNT_3, 25 .set TRAINER_WEATHER_INSTITUTE_GRUNT_1, 17 .set TRAINER_WEATHER_INSTITUTE_GRUNT_2, 26 .set TRAINER_WEATHER_INSTITUTE_GRUNT_3, 18 @@ -61,6 +65,10 @@ .set TRAINER_SEAFLOOR_CAVERN_GRUNT_3, 600 .set TRAINER_SEAFLOOR_CAVERN_GRUNT_4, 573 .set TRAINER_SEAFLOOR_CAVERN_GRUNT_5, 601 + .set TRAINER_MT_CHIMNEY_GRUNT_3, 602 + .set TRAINER_MT_PYRE_SUMMIT_GRUNT_1, 588 + .set TRAINER_MT_PYRE_SUMMIT_GRUNT_2, 589 + .set TRAINER_MT_PYRE_SUMMIT_GRUNT_3, 590 .set TRAINER_WEATHER_INSTITUTE_GRUNT_1, 582 .set TRAINER_WEATHER_INSTITUTE_GRUNT_2, 591 .set TRAINER_WEATHER_INSTITUTE_GRUNT_3, 583 |