From 8fca2dcf268f069bebfd1ae4f917ab8b093ee7fa Mon Sep 17 00:00:00 2001 From: GriffinR Date: Sun, 30 Oct 2022 21:59:04 -0400 Subject: [PATCH] Update gitignore/spacing for new region map data --- .gitignore | 1 + src/data/region_map/region_map_layout_kanto.h | 8 +- src/data/region_map/region_map_sections.json | 1756 ++++++++--------- 3 files changed, 883 insertions(+), 882 deletions(-) diff --git a/.gitignore b/.gitignore index cbd751dbf..e94c6a25c 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,7 @@ src/data/items.h src/data/wild_encounters.h src/data/region_map/region_map_entries.h src/data/region_map/region_map_entry_strings.h +src/data/region_map/porymap_config.json tags tools/agbcc tools/binutils diff --git a/src/data/region_map/region_map_layout_kanto.h b/src/data/region_map/region_map_layout_kanto.h index 630958e7b..80fb433eb 100644 --- a/src/data/region_map/region_map_layout_kanto.h +++ b/src/data/region_map/region_map_layout_kanto.h @@ -1,5 +1,5 @@ static const u8 sRegionMapSections_Kanto[LAYER_COUNT][MAP_HEIGHT][MAP_WIDTH] = { - [LAYER_MAP] = + [LAYER_MAP] = { {MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE}, {MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_ROUTE_24, MAPSEC_ROUTE_25, MAPSEC_ROUTE_25, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE}, @@ -15,8 +15,8 @@ static const u8 sRegionMapSections_Kanto[LAYER_COUNT][MAP_HEIGHT][MAP_WIDTH] = { {MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_PALLET_TOWN, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_ROUTE_17, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_ROUTE_14, MAPSEC_ROUTE_13, MAPSEC_ROUTE_13, MAPSEC_ROUTE_12, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE}, {MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_ROUTE_21, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_ROUTE_18, MAPSEC_ROUTE_18, MAPSEC_ROUTE_18, MAPSEC_ROUTE_18, MAPSEC_ROUTE_18, MAPSEC_FUCHSIA_CITY, MAPSEC_ROUTE_15, MAPSEC_ROUTE_15, MAPSEC_ROUTE_14, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE}, {MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_ROUTE_21, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_ROUTE_19, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE}, - {MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_CINNABAR_ISLAND, MAPSEC_ROUTE_20, MAPSEC_ROUTE_20, MAPSEC_ROUTE_20, MAPSEC_ROUTE_20, MAPSEC_ROUTE_20, MAPSEC_ROUTE_20, MAPSEC_ROUTE_20, MAPSEC_ROUTE_19, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE} - }, + {MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_CINNABAR_ISLAND, MAPSEC_ROUTE_20, MAPSEC_ROUTE_20, MAPSEC_ROUTE_20, MAPSEC_ROUTE_20, MAPSEC_ROUTE_20, MAPSEC_ROUTE_20, MAPSEC_ROUTE_20, MAPSEC_ROUTE_19, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE}, + }, [LAYER_DUNGEON] = { {MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE}, @@ -33,6 +33,6 @@ static const u8 sRegionMapSections_Kanto[LAYER_COUNT][MAP_HEIGHT][MAP_WIDTH] = { {MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE}, {MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_KANTO_SAFARI_ZONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE}, {MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE}, - {MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_POKEMON_MANSION, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_SEAFOAM_ISLANDS, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE} + {MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_POKEMON_MANSION, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_SEAFOAM_ISLANDS, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE, MAPSEC_NONE}, } }; diff --git a/src/data/region_map/region_map_sections.json b/src/data/region_map/region_map_sections.json index 7c41f3ebd..63947d4f0 100644 --- a/src/data/region_map/region_map_sections.json +++ b/src/data/region_map/region_map_sections.json @@ -1,880 +1,880 @@ { - "map_sections": [ - { - "map_section": "MAPSEC_PALLET_TOWN", - "name": "PALLET TOWN", - "x": 4, - "y": 11, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_VIRIDIAN_CITY", - "name": "VIRIDIAN CITY", - "x": 4, - "y": 8, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_PEWTER_CITY", - "name": "PEWTER CITY", - "x": 4, - "y": 4, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_CERULEAN_CITY", - "name": "CERULEAN CITY", - "x": 14, - "y": 3, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_LAVENDER_TOWN", - "name": "LAVENDER TOWN", - "x": 18, - "y": 6, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_VERMILION_CITY", - "name": "VERMILION CITY", - "x": 14, - "y": 9, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_CELADON_CITY", - "name": "CELADON CITY", - "x": 11, - "y": 6, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_FUCHSIA_CITY", - "name": "FUCHSIA CITY", - "x": 12, - "y": 12, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_CINNABAR_ISLAND", - "name": "CINNABAR ISLAND", - "x": 4, - "y": 14, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_INDIGO_PLATEAU", - "name": "INDIGO PLATEAU", - "x": 2, - "y": 3, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_SAFFRON_CITY", - "name": "SAFFRON CITY", - "x": 14, - "y": 6, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_ROUTE_4_POKECENTER", - "name": "ROUTE 4", - "name_clone": true, - "x": 8, - "y": 3, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_ROUTE_10_POKECENTER", - "name": "ROUTE 10", - "name_clone": true, - "x": 18, - "y": 3, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_ROUTE_1", - "name": "ROUTE 1", - "x": 4, - "y": 9, - "width": 1, - "height": 2 - }, - { - "map_section": "MAPSEC_ROUTE_2", - "name": "ROUTE 2", - "x": 4, - "y": 5, - "width": 1, - "height": 3 - }, - { - "map_section": "MAPSEC_ROUTE_3", - "name": "ROUTE 3", - "x": 5, - "y": 4, - "width": 4, - "height": 1 - }, - { - "map_section": "MAPSEC_ROUTE_4", - "name": "ROUTE 4", - "x": 8, - "y": 3, - "width": 6, - "height": 1 - }, - { - "map_section": "MAPSEC_ROUTE_5", - "name": "ROUTE 5", - "x": 14, - "y": 4, - "width": 1, - "height": 2 - }, - { - "map_section": "MAPSEC_ROUTE_6", - "name": "ROUTE 6", - "x": 14, - "y": 7, - "width": 1, - "height": 2 - }, - { - "map_section": "MAPSEC_ROUTE_7", - "name": "ROUTE 7", - "x": 12, - "y": 6, - "width": 2, - "height": 1 - }, - { - "map_section": "MAPSEC_ROUTE_8", - "name": "ROUTE 8", - "x": 15, - "y": 6, - "width": 3, - "height": 1 - }, - { - "map_section": "MAPSEC_ROUTE_9", - "name": "ROUTE 9", - "x": 15, - "y": 3, - "width": 3, - "height": 1 - }, - { - "map_section": "MAPSEC_ROUTE_10", - "name": "ROUTE 10", - "x": 18, - "y": 3, - "width": 1, - "height": 3 - }, - { - "map_section": "MAPSEC_ROUTE_11", - "name": "ROUTE 11", - "x": 15, - "y": 9, - "width": 3, - "height": 1 - }, - { - "map_section": "MAPSEC_ROUTE_12", - "name": "ROUTE 12", - "x": 18, - "y": 7, - "width": 1, - "height": 5 - }, - { - "map_section": "MAPSEC_ROUTE_13", - "name": "ROUTE 13", - "x": 16, - "y": 11, - "width": 2, - "height": 1 - }, - { - "map_section": "MAPSEC_ROUTE_14", - "name": "ROUTE 14", - "x": 15, - "y": 11, - "width": 1, - "height": 2 - }, - { - "map_section": "MAPSEC_ROUTE_15", - "name": "ROUTE 15", - "x": 13, - "y": 12, - "width": 2, - "height": 1 - }, - { - "map_section": "MAPSEC_ROUTE_16", - "name": "ROUTE 16", - "x": 7, - "y": 6, - "width": 4, - "height": 1 - }, - { - "map_section": "MAPSEC_ROUTE_17", - "name": "ROUTE 17", - "x": 7, - "y": 7, - "width": 1, - "height": 5 - }, - { - "map_section": "MAPSEC_ROUTE_18", - "name": "ROUTE 18", - "x": 7, - "y": 12, - "width": 5, - "height": 1 - }, - { - "map_section": "MAPSEC_ROUTE_19", - "name": "ROUTE 19", - "x": 12, - "y": 13, - "width": 1, - "height": 2 - }, - { - "map_section": "MAPSEC_ROUTE_20", - "name": "ROUTE 20", - "x": 5, - "y": 14, - "width": 7, - "height": 1 - }, - { - "map_section": "MAPSEC_ROUTE_21", - "name": "ROUTE 21", - "x": 4, - "y": 12, - "width": 1, - "height": 2 - }, - { - "map_section": "MAPSEC_ROUTE_22", - "name": "ROUTE 22", - "x": 2, - "y": 8, - "width": 2, - "height": 1 - }, - { - "map_section": "MAPSEC_ROUTE_23", - "name": "ROUTE 23", - "x": 2, - "y": 4, - "width": 1, - "height": 4 - }, - { - "map_section": "MAPSEC_ROUTE_24", - "name": "ROUTE 24", - "x": 14, - "y": 1, - "width": 1, - "height": 2 - }, - { - "map_section": "MAPSEC_ROUTE_25", - "name": "ROUTE 25", - "x": 15, - "y": 1, - "width": 2, - "height": 1 - }, - { - "map_section": "MAPSEC_VIRIDIAN_FOREST", - "name": "VIRIDIAN FOREST", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_MT_MOON", - "name": "MT. MOON", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_S_S_ANNE", - "name": "S.S. ANNE", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_UNDERGROUND_PATH", - "name": "UNDERGROUND PATH", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_UNDERGROUND_PATH_2", - "name": "UNDERGROUND PATH", - "name_clone": true, - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_DIGLETTS_CAVE", - "name": "DIGLETT'S CAVE", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_KANTO_VICTORY_ROAD", - "name": "VICTORY ROAD", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_ROCKET_HIDEOUT", - "name": "ROCKET HIDEOUT", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_SILPH_CO", - "name": "SILPH CO.", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_POKEMON_MANSION", - "name": "POKéMON MANSION", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_KANTO_SAFARI_ZONE", - "name": "SAFARI ZONE", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_POKEMON_LEAGUE", - "name": "POKéMON LEAGUE", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_ROCK_TUNNEL", - "name": "ROCK TUNNEL", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_SEAFOAM_ISLANDS", - "name": "SEAFOAM ISLANDS", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_POKEMON_TOWER", - "name": "POKéMON TOWER", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_CERULEAN_CAVE", - "name": "CERULEAN CAVE", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_POWER_PLANT", - "name": "POWER PLANT", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_ONE_ISLAND", - "name": "ONE ISLAND", - "x": 1, - "y": 8, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_TWO_ISLAND", - "name": "TWO ISLAND", - "x": 9, - "y": 9, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_THREE_ISLAND", - "name": "THREE ISLAND", - "x": 18, - "y": 12, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_FOUR_ISLAND", - "name": "FOUR ISLAND", - "x": 3, - "y": 4, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_FIVE_ISLAND", - "name": "FIVE ISLAND", - "x": 16, - "y": 11, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_SEVEN_ISLAND", - "name": "SEVEN ISLAND", - "x": 5, - "y": 8, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_SIX_ISLAND", - "name": "SIX ISLAND", - "x": 17, - "y": 5, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_KINDLE_ROAD", - "name": "KINDLE ROAD", - "x": 2, - "y": 3, - "width": 1, - "height": 6 - }, - { - "map_section": "MAPSEC_TREASURE_BEACH", - "name": "TREASURE BEACH", - "x": 1, - "y": 9, - "width": 1, - "height": 2 - }, - { - "map_section": "MAPSEC_CAPE_BRINK", - "name": "CAPE BRINK", - "x": 9, - "y": 7, - "width": 1, - "height": 2 - }, - { - "map_section": "MAPSEC_BOND_BRIDGE", - "name": "BOND BRIDGE", - "x": 13, - "y": 12, - "width": 4, - "height": 1 - }, - { - "map_section": "MAPSEC_THREE_ISLE_PORT", - "name": "THREE ISLE PORT", - "x": 18, - "y": 13, - "width": 2, - "height": 1 - }, - { - "map_section": "MAPSEC_SEVII_ISLE_6", - "name": "SEVII ISLE 6", - "x": 4, - "y": 3, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_SEVII_ISLE_7", - "name": "SEVII ISLE 7", - "x": 5, - "y": 4, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_SEVII_ISLE_8", - "name": "SEVII ISLE 8", - "x": 1, - "y": 4, - "width": 3, - "height": 1 - }, - { - "map_section": "MAPSEC_SEVII_ISLE_9", - "name": "SEVII ISLE 9", - "x": 4, - "y": 5, - "width": 1, - "height": 2 - }, - { - "map_section": "MAPSEC_RESORT_GORGEOUS", - "name": "RESORT GORGEOUS", - "x": 16, - "y": 9, - "width": 3, - "height": 1 - }, - { - "map_section": "MAPSEC_WATER_LABYRINTH", - "name": "WATER LABYRINTH", - "x": 14, - "y": 10, - "width": 3, - "height": 1 - }, - { - "map_section": "MAPSEC_FIVE_ISLE_MEADOW", - "name": "FIVE ISLE MEADOW", - "x": 17, - "y": 10, - "width": 1, - "height": 3 - }, - { - "map_section": "MAPSEC_MEMORIAL_PILLAR", - "name": "MEMORIAL PILLAR", - "x": 18, - "y": 12, - "width": 1, - "height": 3 - }, - { - "map_section": "MAPSEC_OUTCAST_ISLAND", - "name": "OUTCAST ISLAND", - "x": 15, - "y": 0, - "width": 1, - "height": 3 - }, - { - "map_section": "MAPSEC_GREEN_PATH", - "name": "GREEN PATH", - "x": 15, - "y": 3, - "width": 3, - "height": 1 - }, - { - "map_section": "MAPSEC_WATER_PATH", - "name": "WATER PATH", - "x": 18, - "y": 3, - "width": 1, - "height": 5 - }, - { - "map_section": "MAPSEC_RUIN_VALLEY", - "name": "RUIN VALLEY", - "x": 16, - "y": 7, - "width": 2, - "height": 2 - }, - { - "map_section": "MAPSEC_TRAINER_TOWER", - "name": "TRAINER TOWER", - "x": 5, - "y": 6, - "width": 1, - "height": 2 - }, - { - "map_section": "MAPSEC_CANYON_ENTRANCE", - "name": "CANYON ENTRANCE", - "x": 5, - "y": 9, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_SEVAULT_CANYON", - "name": "SEVAULT CANYON", - "x": 6, - "y": 9, - "width": 1, - "height": 3 - }, - { - "map_section": "MAPSEC_TANOBY_RUINS", - "name": "TANOBY RUINS", - "x": 3, - "y": 12, - "width": 7, - "height": 1 - }, - { - "map_section": "MAPSEC_SEVII_ISLE_22", - "name": "SEVII ISLE 22", - "x": 9, - "y": 12, - "width": 1, - "height": 3 - }, - { - "map_section": "MAPSEC_SEVII_ISLE_23", - "name": "SEVII ISLE 23", - "x": 3, - "y": 14, - "width": 6, - "height": 1 - }, - { - "map_section": "MAPSEC_SEVII_ISLE_24", - "name": "SEVII ISLE 24", - "x": 2, - "y": 12, - "width": 1, - "height": 3 - }, - { - "map_section": "MAPSEC_NAVEL_ROCK", - "name": "NAVEL ROCK", - "x": 10, - "y": 8, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_MT_EMBER", - "name": "MT. EMBER", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_BERRY_FOREST", - "name": "BERRY FOREST", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_ICEFALL_CAVE", - "name": "ICEFALL CAVE", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_ROCKET_WAREHOUSE", - "name": "ROCKET WAREHOUSE", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_TRAINER_TOWER_2", - "name": "TRAINER TOWER", - "name_clone": true, - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_DOTTED_HOLE", - "name": "DOTTED HOLE", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_LOST_CAVE", - "name": "LOST CAVE", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_PATTERN_BUSH", - "name": "PATTERN BUSH", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_ALTERING_CAVE", - "name": "ALTERING CAVE", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_TANOBY_CHAMBERS", - "name": "TANOBY CHAMBERS", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_THREE_ISLE_PATH", - "name": "THREE ISLE PATH", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_TANOBY_KEY", - "name": "TANOBY KEY", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_BIRTH_ISLAND", - "name": "BIRTH ISLAND", - "x": 18, - "y": 13, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_MONEAN_CHAMBER", - "name": "MONEAN CHAMBER", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_LIPTOO_CHAMBER", - "name": "LIPTOO CHAMBER", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_WEEPTH_CHAMBER", - "name": "WEEPTH CHAMBER", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_DILFORD_CHAMBER", - "name": "DILFORD CHAMBER", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_SCUFIB_CHAMBER", - "name": "SCUFIB CHAMBER", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_RIXY_CHAMBER", - "name": "RIXY CHAMBER", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_VIAPOIS_CHAMBER", - "name": "VIAPOIS CHAMBER", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_EMBER_SPA", - "name": "EMBER SPA", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - { - "map_section": "MAPSEC_SPECIAL_AREA", - "name": "CELADON DEPT.", - "x": 0, - "y": 0, - "width": 0, - "height": 0 - } - ] + "map_sections": [ + { + "map_section": "MAPSEC_PALLET_TOWN", + "name": "PALLET TOWN", + "x": 4, + "y": 11, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_VIRIDIAN_CITY", + "name": "VIRIDIAN CITY", + "x": 4, + "y": 8, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_PEWTER_CITY", + "name": "PEWTER CITY", + "x": 4, + "y": 4, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_CERULEAN_CITY", + "name": "CERULEAN CITY", + "x": 14, + "y": 3, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_LAVENDER_TOWN", + "name": "LAVENDER TOWN", + "x": 18, + "y": 6, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_VERMILION_CITY", + "name": "VERMILION CITY", + "x": 14, + "y": 9, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_CELADON_CITY", + "name": "CELADON CITY", + "x": 11, + "y": 6, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_FUCHSIA_CITY", + "name": "FUCHSIA CITY", + "x": 12, + "y": 12, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_CINNABAR_ISLAND", + "name": "CINNABAR ISLAND", + "x": 4, + "y": 14, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_INDIGO_PLATEAU", + "name": "INDIGO PLATEAU", + "x": 2, + "y": 3, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_SAFFRON_CITY", + "name": "SAFFRON CITY", + "x": 14, + "y": 6, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_ROUTE_4_POKECENTER", + "name": "ROUTE 4", + "name_clone": true, + "x": 8, + "y": 3, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_ROUTE_10_POKECENTER", + "name": "ROUTE 10", + "name_clone": true, + "x": 18, + "y": 3, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_ROUTE_1", + "name": "ROUTE 1", + "x": 4, + "y": 9, + "width": 1, + "height": 2 + }, + { + "map_section": "MAPSEC_ROUTE_2", + "name": "ROUTE 2", + "x": 4, + "y": 5, + "width": 1, + "height": 3 + }, + { + "map_section": "MAPSEC_ROUTE_3", + "name": "ROUTE 3", + "x": 5, + "y": 4, + "width": 4, + "height": 1 + }, + { + "map_section": "MAPSEC_ROUTE_4", + "name": "ROUTE 4", + "x": 8, + "y": 3, + "width": 6, + "height": 1 + }, + { + "map_section": "MAPSEC_ROUTE_5", + "name": "ROUTE 5", + "x": 14, + "y": 4, + "width": 1, + "height": 2 + }, + { + "map_section": "MAPSEC_ROUTE_6", + "name": "ROUTE 6", + "x": 14, + "y": 7, + "width": 1, + "height": 2 + }, + { + "map_section": "MAPSEC_ROUTE_7", + "name": "ROUTE 7", + "x": 12, + "y": 6, + "width": 2, + "height": 1 + }, + { + "map_section": "MAPSEC_ROUTE_8", + "name": "ROUTE 8", + "x": 15, + "y": 6, + "width": 3, + "height": 1 + }, + { + "map_section": "MAPSEC_ROUTE_9", + "name": "ROUTE 9", + "x": 15, + "y": 3, + "width": 3, + "height": 1 + }, + { + "map_section": "MAPSEC_ROUTE_10", + "name": "ROUTE 10", + "x": 18, + "y": 3, + "width": 1, + "height": 3 + }, + { + "map_section": "MAPSEC_ROUTE_11", + "name": "ROUTE 11", + "x": 15, + "y": 9, + "width": 3, + "height": 1 + }, + { + "map_section": "MAPSEC_ROUTE_12", + "name": "ROUTE 12", + "x": 18, + "y": 7, + "width": 1, + "height": 5 + }, + { + "map_section": "MAPSEC_ROUTE_13", + "name": "ROUTE 13", + "x": 16, + "y": 11, + "width": 2, + "height": 1 + }, + { + "map_section": "MAPSEC_ROUTE_14", + "name": "ROUTE 14", + "x": 15, + "y": 11, + "width": 1, + "height": 2 + }, + { + "map_section": "MAPSEC_ROUTE_15", + "name": "ROUTE 15", + "x": 13, + "y": 12, + "width": 2, + "height": 1 + }, + { + "map_section": "MAPSEC_ROUTE_16", + "name": "ROUTE 16", + "x": 7, + "y": 6, + "width": 4, + "height": 1 + }, + { + "map_section": "MAPSEC_ROUTE_17", + "name": "ROUTE 17", + "x": 7, + "y": 7, + "width": 1, + "height": 5 + }, + { + "map_section": "MAPSEC_ROUTE_18", + "name": "ROUTE 18", + "x": 7, + "y": 12, + "width": 5, + "height": 1 + }, + { + "map_section": "MAPSEC_ROUTE_19", + "name": "ROUTE 19", + "x": 12, + "y": 13, + "width": 1, + "height": 2 + }, + { + "map_section": "MAPSEC_ROUTE_20", + "name": "ROUTE 20", + "x": 5, + "y": 14, + "width": 7, + "height": 1 + }, + { + "map_section": "MAPSEC_ROUTE_21", + "name": "ROUTE 21", + "x": 4, + "y": 12, + "width": 1, + "height": 2 + }, + { + "map_section": "MAPSEC_ROUTE_22", + "name": "ROUTE 22", + "x": 2, + "y": 8, + "width": 2, + "height": 1 + }, + { + "map_section": "MAPSEC_ROUTE_23", + "name": "ROUTE 23", + "x": 2, + "y": 4, + "width": 1, + "height": 4 + }, + { + "map_section": "MAPSEC_ROUTE_24", + "name": "ROUTE 24", + "x": 14, + "y": 1, + "width": 1, + "height": 2 + }, + { + "map_section": "MAPSEC_ROUTE_25", + "name": "ROUTE 25", + "x": 15, + "y": 1, + "width": 2, + "height": 1 + }, + { + "map_section": "MAPSEC_VIRIDIAN_FOREST", + "name": "VIRIDIAN FOREST", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_MT_MOON", + "name": "MT. MOON", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_S_S_ANNE", + "name": "S.S. ANNE", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_UNDERGROUND_PATH", + "name": "UNDERGROUND PATH", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_UNDERGROUND_PATH_2", + "name": "UNDERGROUND PATH", + "name_clone": true, + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_DIGLETTS_CAVE", + "name": "DIGLETT'S CAVE", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_KANTO_VICTORY_ROAD", + "name": "VICTORY ROAD", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_ROCKET_HIDEOUT", + "name": "ROCKET HIDEOUT", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_SILPH_CO", + "name": "SILPH CO.", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_POKEMON_MANSION", + "name": "POKéMON MANSION", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_KANTO_SAFARI_ZONE", + "name": "SAFARI ZONE", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_POKEMON_LEAGUE", + "name": "POKéMON LEAGUE", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_ROCK_TUNNEL", + "name": "ROCK TUNNEL", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_SEAFOAM_ISLANDS", + "name": "SEAFOAM ISLANDS", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_POKEMON_TOWER", + "name": "POKéMON TOWER", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_CERULEAN_CAVE", + "name": "CERULEAN CAVE", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_POWER_PLANT", + "name": "POWER PLANT", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_ONE_ISLAND", + "name": "ONE ISLAND", + "x": 1, + "y": 8, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_TWO_ISLAND", + "name": "TWO ISLAND", + "x": 9, + "y": 9, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_THREE_ISLAND", + "name": "THREE ISLAND", + "x": 18, + "y": 12, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_FOUR_ISLAND", + "name": "FOUR ISLAND", + "x": 3, + "y": 4, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_FIVE_ISLAND", + "name": "FIVE ISLAND", + "x": 16, + "y": 11, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_SEVEN_ISLAND", + "name": "SEVEN ISLAND", + "x": 5, + "y": 8, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_SIX_ISLAND", + "name": "SIX ISLAND", + "x": 17, + "y": 5, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_KINDLE_ROAD", + "name": "KINDLE ROAD", + "x": 2, + "y": 3, + "width": 1, + "height": 6 + }, + { + "map_section": "MAPSEC_TREASURE_BEACH", + "name": "TREASURE BEACH", + "x": 1, + "y": 9, + "width": 1, + "height": 2 + }, + { + "map_section": "MAPSEC_CAPE_BRINK", + "name": "CAPE BRINK", + "x": 9, + "y": 7, + "width": 1, + "height": 2 + }, + { + "map_section": "MAPSEC_BOND_BRIDGE", + "name": "BOND BRIDGE", + "x": 13, + "y": 12, + "width": 4, + "height": 1 + }, + { + "map_section": "MAPSEC_THREE_ISLE_PORT", + "name": "THREE ISLE PORT", + "x": 18, + "y": 13, + "width": 2, + "height": 1 + }, + { + "map_section": "MAPSEC_SEVII_ISLE_6", + "name": "SEVII ISLE 6", + "x": 4, + "y": 3, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_SEVII_ISLE_7", + "name": "SEVII ISLE 7", + "x": 5, + "y": 4, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_SEVII_ISLE_8", + "name": "SEVII ISLE 8", + "x": 1, + "y": 4, + "width": 3, + "height": 1 + }, + { + "map_section": "MAPSEC_SEVII_ISLE_9", + "name": "SEVII ISLE 9", + "x": 4, + "y": 5, + "width": 1, + "height": 2 + }, + { + "map_section": "MAPSEC_RESORT_GORGEOUS", + "name": "RESORT GORGEOUS", + "x": 16, + "y": 9, + "width": 3, + "height": 1 + }, + { + "map_section": "MAPSEC_WATER_LABYRINTH", + "name": "WATER LABYRINTH", + "x": 14, + "y": 10, + "width": 3, + "height": 1 + }, + { + "map_section": "MAPSEC_FIVE_ISLE_MEADOW", + "name": "FIVE ISLE MEADOW", + "x": 17, + "y": 10, + "width": 1, + "height": 3 + }, + { + "map_section": "MAPSEC_MEMORIAL_PILLAR", + "name": "MEMORIAL PILLAR", + "x": 18, + "y": 12, + "width": 1, + "height": 3 + }, + { + "map_section": "MAPSEC_OUTCAST_ISLAND", + "name": "OUTCAST ISLAND", + "x": 15, + "y": 0, + "width": 1, + "height": 3 + }, + { + "map_section": "MAPSEC_GREEN_PATH", + "name": "GREEN PATH", + "x": 15, + "y": 3, + "width": 3, + "height": 1 + }, + { + "map_section": "MAPSEC_WATER_PATH", + "name": "WATER PATH", + "x": 18, + "y": 3, + "width": 1, + "height": 5 + }, + { + "map_section": "MAPSEC_RUIN_VALLEY", + "name": "RUIN VALLEY", + "x": 16, + "y": 7, + "width": 2, + "height": 2 + }, + { + "map_section": "MAPSEC_TRAINER_TOWER", + "name": "TRAINER TOWER", + "x": 5, + "y": 6, + "width": 1, + "height": 2 + }, + { + "map_section": "MAPSEC_CANYON_ENTRANCE", + "name": "CANYON ENTRANCE", + "x": 5, + "y": 9, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_SEVAULT_CANYON", + "name": "SEVAULT CANYON", + "x": 6, + "y": 9, + "width": 1, + "height": 3 + }, + { + "map_section": "MAPSEC_TANOBY_RUINS", + "name": "TANOBY RUINS", + "x": 3, + "y": 12, + "width": 7, + "height": 1 + }, + { + "map_section": "MAPSEC_SEVII_ISLE_22", + "name": "SEVII ISLE 22", + "x": 9, + "y": 12, + "width": 1, + "height": 3 + }, + { + "map_section": "MAPSEC_SEVII_ISLE_23", + "name": "SEVII ISLE 23", + "x": 3, + "y": 14, + "width": 6, + "height": 1 + }, + { + "map_section": "MAPSEC_SEVII_ISLE_24", + "name": "SEVII ISLE 24", + "x": 2, + "y": 12, + "width": 1, + "height": 3 + }, + { + "map_section": "MAPSEC_NAVEL_ROCK", + "name": "NAVEL ROCK", + "x": 10, + "y": 8, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_MT_EMBER", + "name": "MT. EMBER", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_BERRY_FOREST", + "name": "BERRY FOREST", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_ICEFALL_CAVE", + "name": "ICEFALL CAVE", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_ROCKET_WAREHOUSE", + "name": "ROCKET WAREHOUSE", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_TRAINER_TOWER_2", + "name": "TRAINER TOWER", + "name_clone": true, + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_DOTTED_HOLE", + "name": "DOTTED HOLE", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_LOST_CAVE", + "name": "LOST CAVE", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_PATTERN_BUSH", + "name": "PATTERN BUSH", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_ALTERING_CAVE", + "name": "ALTERING CAVE", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_TANOBY_CHAMBERS", + "name": "TANOBY CHAMBERS", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_THREE_ISLE_PATH", + "name": "THREE ISLE PATH", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_TANOBY_KEY", + "name": "TANOBY KEY", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_BIRTH_ISLAND", + "name": "BIRTH ISLAND", + "x": 18, + "y": 13, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_MONEAN_CHAMBER", + "name": "MONEAN CHAMBER", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_LIPTOO_CHAMBER", + "name": "LIPTOO CHAMBER", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_WEEPTH_CHAMBER", + "name": "WEEPTH CHAMBER", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_DILFORD_CHAMBER", + "name": "DILFORD CHAMBER", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_SCUFIB_CHAMBER", + "name": "SCUFIB CHAMBER", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_RIXY_CHAMBER", + "name": "RIXY CHAMBER", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_VIAPOIS_CHAMBER", + "name": "VIAPOIS CHAMBER", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_EMBER_SPA", + "name": "EMBER SPA", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + { + "map_section": "MAPSEC_SPECIAL_AREA", + "name": "CELADON DEPT.", + "x": 0, + "y": 0, + "width": 0, + "height": 0 + } + ] }