diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/region_map.c | 2 |
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) |