summaryrefslogtreecommitdiff
path: root/src/region_map.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-04-24 00:47:22 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-04-24 00:47:22 -0400
commit3f34a0491d42c8e35a1d26bb34d59106d8a30660 (patch)
tree161db799a9b276cf930210f83397cb019d1f736e /src/region_map.c
parent0774f50bd4670527eee29347273fd63d69e74c25 (diff)
through DestroyAreaSprites
Diffstat (limited to 'src/region_map.c')
-rw-r--r--src/region_map.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/region_map.c b/src/region_map.c
index b4ed2c558..ab7c5c558 100644
--- a/src/region_map.c
+++ b/src/region_map.c
@@ -149,13 +149,6 @@ static const u8 sRegionMapBkgnd_TilemapLZ[] = INCBIN_U8("graphics/pokenav/region
#include "data/region_map_names_de.h"
#endif
-struct RegionMapLocation
-{
- u8 x, y;
- u8 width, height;
- const u8 *regionMapSectionId;
-};
-
const struct RegionMapLocation gRegionMapLocations[] =
{
{ 4, 11, 1, 1, gMapName_LittlerootTown},