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 /src/roamer.c | |
parent | bbd5b2dfed5fd22607d52e605f416ff77d3b3681 (diff) |
region_map.h to region_map_sections.h
Diffstat (limited to 'src/roamer.c')
-rw-r--r-- | src/roamer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roamer.c b/src/roamer.c index 25b5109b0..f3e8bbccd 100644 --- a/src/roamer.c +++ b/src/roamer.c @@ -4,7 +4,7 @@ #include "field_specials.h" #include "constants/species.h" #include "constants/maps.h" -#include "constants/region_map.h" +#include "constants/region_map_sections.h" EWRAM_DATA u8 sLocationHistory[3][2] = {}; EWRAM_DATA u8 sRoamerLocation[2] = {}; |