summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-08-21 07:49:17 -0400
committerGitHub <noreply@github.com>2021-08-21 07:49:17 -0400
commit39c623c8cdaf50c7bcba34e8f1ec7fc81550c6e1 (patch)
tree7faa50dad0699ecc32e0d8722cdaefe2f4ad456d /src
parent9ad143bf24e986fc56b1fb228c376c78f05723b2 (diff)
parentbb84e66e820ffefcffd9fdc7171442b9dede70bd (diff)
Merge pull request #461 from Kurausukun/oops
oops
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 f3bb82da8..cd42dd7bd 100644
--- a/src/region_map.c
+++ b/src/region_map.c
@@ -4243,7 +4243,7 @@ u8 *GetMapName(u8 *dst0, u16 mapsec, u16 fill)
{
u8 *dst;
u16 i;
- u16 idx;;
+ u16 idx;
if ((idx = mapsec - MAPSECS_KANTO) <= MAPSEC_SPECIAL_AREA - MAPSECS_KANTO)
{
if (IsCeladonDeptStoreMapsec(mapsec) == TRUE)