diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-09 08:40:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-09 08:40:14 -0400 |
commit | 77a6ee507fdeef8d6a3b8146c70df107e124b0b5 (patch) | |
tree | d628693647f730f285f68fcd39b03e781a1a37ab /src/heal_location.c | |
parent | 2a7205dec677c98d087cb8ba191370de464c8bf0 (diff) | |
parent | 40a810679f0fce5c092f9f619025b04dbbf8a214 (diff) |
Merge pull request #96 from SatoMew/master
Replace labels for used and unused Saffron City maps
Diffstat (limited to 'src/heal_location.c')
-rw-r--r-- | src/heal_location.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heal_location.c b/src/heal_location.c index 9756f0951..5c6dbc882 100644 --- a/src/heal_location.c +++ b/src/heal_location.c @@ -19,7 +19,7 @@ static const struct HealLocation sSpawnPoints[] = { [SPAWN_FUCHSIA_CITY - 1] = {MAP_GROUP(FUCHSIA_CITY), MAP_NUM(FUCHSIA_CITY), 0x19, 0x20}, [SPAWN_CINNABAR_ISLAND - 1] = {MAP_GROUP(CINNABAR_ISLAND), MAP_NUM(CINNABAR_ISLAND), 0x0e, 0x0c}, [SPAWN_INDIGO_PLATEAU - 1] = {MAP_GROUP(INDIGO_PLATEAU_EXTERIOR), MAP_NUM(INDIGO_PLATEAU_EXTERIOR), 0x0b, 0x07}, - [SPAWN_SAFFRON_CITY - 1] = {MAP_GROUP(SAFFRON_CITY_DUPLICATE), MAP_NUM(SAFFRON_CITY_DUPLICATE), 0x18, 0x27}, + [SPAWN_SAFFRON_CITY - 1] = {MAP_GROUP(SAFFRON_CITY), MAP_NUM(SAFFRON_CITY), 0x18, 0x27}, [SPAWN_ROUTE4 - 1] = {MAP_GROUP(ROUTE4), MAP_NUM(ROUTE4), 0x0c, 0x06}, [SPAWN_ROUTE10 - 1] = {MAP_GROUP(ROUTE10), MAP_NUM(ROUTE10), 0x0d, 0x15}, [SPAWN_ONE_ISLAND - 1] = {MAP_GROUP(ONE_ISLAND), MAP_NUM(ONE_ISLAND), 0x0e, 0x06}, |