diff options
author | huderlem <huderlem@gmail.com> | 2019-02-03 08:16:14 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-03 08:16:14 -0600 |
commit | 6aa410618f45c5b28de875d407aa14b907d4e5f5 (patch) | |
tree | 91b7c68e65cb21efe5a8a1d3fda7c315c997a597 /include/constants | |
parent | e8b149e80e7b1411ce7a128e36ebc5d5490133e1 (diff) | |
parent | 669e40cb15232f0631fba4a079a42dcc7e676adc (diff) |
Merge pull request #721 from garakmon/rmsync
sync region map data
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/region_map_sections.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/region_map_sections.h b/include/constants/region_map_sections.h index 254ae2edd..4fd9aa894 100644 --- a/include/constants/region_map_sections.h +++ b/include/constants/region_map_sections.h @@ -89,6 +89,6 @@ #define MAPSEC_SKY_PILLAR 0x55 #define MAPSEC_SECRET_BASE 0x56 #define MAPSEC_DYNAMIC 0x57 -#define MAPSEC_NOTHING 0x58 +#define MAPSEC_NONE 0x58 #endif // GUARD_REGIONMAPSEC_H |