summaryrefslogtreecommitdiff
path: root/src/pokenav_region_map.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-07-02 00:52:36 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-07-02 00:52:36 -0400
commitfe89a4d1471413a03c1b24b8d5721b04b20b04ae (patch)
tree4268a838052daa82efeb9cd316add99f3d3fee49 /src/pokenav_region_map.c
parente0b58592b229f2db4e1f567f2400849bd035d3fa (diff)
Label remaining region_map symbols
Diffstat (limited to 'src/pokenav_region_map.c')
-rwxr-xr-xsrc/pokenav_region_map.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pokenav_region_map.c b/src/pokenav_region_map.c
index 2dd2e4408..3d53bc98a 100755
--- a/src/pokenav_region_map.c
+++ b/src/pokenav_region_map.c
@@ -327,7 +327,9 @@ static u32 LoopedTask_OpenRegionMap(s32 taskState)
}
else
{
- sub_8123030(RGB_BLACK, 6);
+ // Dim the region map when zoom is disabled
+ // (when the player is off the map)
+ BlendRegionMap(RGB_BLACK, 6);
}
return LT_INC_AND_PAUSE;
case 2: