diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-23 15:32:23 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-23 15:32:23 -0400 |
commit | f33f58eff7b9daa6bc89fb2ba764f5e1ac3a1640 (patch) | |
tree | ef6b537b86e1bf156723ef6b6f35bc48056b83d2 /include/constants/map_groups.h | |
parent | 661e5d92217c0b40146b35e7b023a28fd567b406 (diff) |
Finish fixing SEAVAULT to SEVAULT
Diffstat (limited to 'include/constants/map_groups.h')
-rw-r--r-- | include/constants/map_groups.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/map_groups.h b/include/constants/map_groups.h index 44fa03eda..1cf5a4e94 100644 --- a/include/constants/map_groups.h +++ b/include/constants/map_groups.h @@ -169,7 +169,7 @@ #define MAP_SEVEN_ISLAND_TANOBY_RUINS_RIXY_CHAMBER (32 | (2 << 8)) #define MAP_SEVEN_ISLAND_TANOBY_RUINS_VIAPOIS_CHAMBER (33 | (2 << 8)) #define MAP_THREE_ISLAND_DUNSPARCE_TUNNEL (34 | (2 << 8)) -#define MAP_SEVEN_ISLAND_SEAVAULT_CANYON_TANOBY_KEY (35 | (2 << 8)) +#define MAP_SEVEN_ISLAND_SEVAULT_CANYON_TANOBY_KEY (35 | (2 << 8)) #define MAP_NAVEL_ROCK_1F (36 | (2 << 8)) #define MAP_NAVEL_ROCK_SUMMIT (37 | (2 << 8)) #define MAP_NAVEL_ROCK_BASE (38 | (2 << 8)) |