diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-07-02 00:52:36 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-07-02 00:52:36 -0400 |
commit | fe89a4d1471413a03c1b24b8d5721b04b20b04ae (patch) | |
tree | 4268a838052daa82efeb9cd316add99f3d3fee49 /src/pokenav_region_map.c | |
parent | e0b58592b229f2db4e1f567f2400849bd035d3fa (diff) |
Label remaining region_map symbols
Diffstat (limited to 'src/pokenav_region_map.c')
-rwxr-xr-x | src/pokenav_region_map.c | 4 |
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: |