diff options
author | YamaArashi <shadow962@live.com> | 2016-07-02 14:57:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-02 14:57:40 -0700 |
commit | 272c48425016d21a348d66cb7141fbaf43ae99d6 (patch) | |
tree | 8e95e11b78990c2042f09a060bcc90169547c931 /constants | |
parent | 8f08ae61851a6d21b1da046e50670b267a43b144 (diff) | |
parent | 4be92ee7bb2206f997b43e7e75b164c4911737b1 (diff) |
Merge pull request #21 from yenatch/master
More sapphire diffs, and no more graphics 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 |