summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-09-01 03:38:56 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-09-01 03:39:44 -0400
commit9d7a11d9c0c8cc299fd4c7ce3a038934584db8dd (patch)
treea55fd09259cf5041de8b829e64b104d5e59e88f3 /src
parentf5495d12200adf2e1ec2b5d7979997f0aa1ec893 (diff)
Clarify Underwater125 bug comment
Diffstat (limited to 'src')
-rw-r--r--src/region_map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/region_map.c b/src/region_map.c
index ff16d18c7..3438ea3ed 100644
--- a/src/region_map.c
+++ b/src/region_map.c
@@ -131,7 +131,7 @@ static const u16 sRegionMap_SpecialPlaceLocations[][2] =
{
{MAPSEC_UNDERWATER_105, MAPSEC_ROUTE_105},
{MAPSEC_UNDERWATER_124, MAPSEC_ROUTE_124},
- {MAPSEC_UNDERWATER_125, MAPSEC_ROUTE_129}, // BUG: Map will incorrectly show player on Route 129 when diving on Route 125 (for Marine Cave only)
+ {MAPSEC_UNDERWATER_125, MAPSEC_ROUTE_129}, // BUG: Map will incorrectly display the name of Route 129 when diving on Route 125 (for Marine Cave only)
{MAPSEC_UNDERWATER_126, MAPSEC_ROUTE_126},
{MAPSEC_UNDERWATER_127, MAPSEC_ROUTE_127},
{MAPSEC_UNDERWATER_128, MAPSEC_ROUTE_128},