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 /include/constants/flags.h | |
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 'include/constants/flags.h')
-rw-r--r-- | include/constants/flags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/flags.h b/include/constants/flags.h index 7f4655d4e..a992bc365 100644 --- a/include/constants/flags.h +++ b/include/constants/flags.h @@ -17,7 +17,7 @@ #define FLAG_WORLD_MAP_FUCHSIA_CITY 0x897 #define FLAG_WORLD_MAP_CINNABAR_ISLAND 0x898 #define FLAG_WORLD_MAP_INDIGO_PLATEAU_EXTERIOR 0x899 -#define FLAG_WORLD_MAP_SAFFRON_CITY_DUPLICATE 0x89a +#define FLAG_WORLD_MAP_SAFFRON_CITY 0x89a #define FLAG_WORLD_MAP_ONE_ISLAND 0x89b #define FLAG_WORLD_MAP_TWO_ISLAND 0x89c #define FLAG_WORLD_MAP_THREE_ISLAND 0x89d |