diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-11 01:04:27 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-03-11 01:04:27 -0400 |
commit | cbe6e27f3760d6e95d9f2af301c8320aa0a809e2 (patch) | |
tree | 91bcda1848a71f021478cdadcfc1a80114a68775 /include | |
parent | bbd5b2dfed5fd22607d52e605f416ff77d3b3681 (diff) |
region_map.h to region_map_sections.h
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/region_map_sections.h (renamed from include/constants/region_map.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/constants/region_map.h b/include/constants/region_map_sections.h index 78dab242c..4f60212db 100644 --- a/include/constants/region_map.h +++ b/include/constants/region_map_sections.h @@ -1,5 +1,5 @@ -#ifndef GUARD_CONSTANTS_REGION_MAP_H -#define GUARD_CONSTANTS_REGION_MAP_H +#ifndef GUARD_CONSTANTS_REGION_MAP_SECTIONS_H +#define GUARD_CONSTANTS_REGION_MAP_SECTIONS_H #define MAPSEC_LITTLEROOT_TOWN 0x00 #define MAPSEC_OLDALE_TOWN 0x01 @@ -210,4 +210,4 @@ #define METLOC_IN_GAME_TRADE 0xFE #define METLOC_FATEFUL_ENCOUNTER 0xFF -#endif //GUARD_CONSTANTS_REGION_MAP_H +#endif //GUARD_CONSTANTS_REGION_MAP_SECTIONS_H |