diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-19 16:30:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-19 16:30:45 -0400 |
commit | c2d95be156e6062a8170b2d2471b0183fb1d6949 (patch) | |
tree | eeedb9c9b261f03e40a278c35029474f7f22af88 /include | |
parent | 33ecfb46e498a8e6001ad59fb6ef1484534423e3 (diff) | |
parent | 8e4b9876999cbe91088a38dea7406854adc33ffa (diff) |
Merge pull request #1007 from GriffinRichards/fix-healloc
Revert more porymap-breaking changes from #968
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/heal_locations.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/constants/heal_locations.h b/include/constants/heal_locations.h index 272a69dfa..64c8956a9 100644 --- a/include/constants/heal_locations.h +++ b/include/constants/heal_locations.h @@ -11,16 +11,16 @@ #define HEAL_LOCATION_LILYCOVE_CITY 8 #define HEAL_LOCATION_MOSSDEEP_CITY 9 #define HEAL_LOCATION_SOOTOPOLIS_CITY 10 -#define HEAL_LOCATION_EVER_GRANDE_CITY 11 -#define HEAL_LOCATION_LITTLEROOT_TOWN_BRENDANS_HOUSE 12 -#define HEAL_LOCATION_LITTLEROOT_TOWN_MAYS_HOUSE 13 +#define HEAL_LOCATION_EVER_GRANDE_CITY_1 11 +#define HEAL_LOCATION_LITTLEROOT_TOWN_1 12 +#define HEAL_LOCATION_LITTLEROOT_TOWN_2 13 #define HEAL_LOCATION_OLDALE_TOWN 14 #define HEAL_LOCATION_DEWFORD_TOWN 15 #define HEAL_LOCATION_LAVARIDGE_TOWN 16 #define HEAL_LOCATION_FALLARBOR_TOWN 17 #define HEAL_LOCATION_VERDANTURF_TOWN 18 #define HEAL_LOCATION_PACIFIDLOG_TOWN 19 -#define HEAL_LOCATION_EVER_GRANDE_CITY_POKEMON_LEAGUE 20 +#define HEAL_LOCATION_EVER_GRANDE_CITY_2 20 #define HEAL_LOCATION_SOUTHERN_ISLAND_EXTERIOR 21 #define HEAL_LOCATION_BATTLE_FRONTIER_OUTSIDE_EAST 22 |