porymap/resources/text/region_map_default_emerald.json

41 lines
1.1 KiB
JSON
Raw Normal View History

{
"region_maps": [
{
"alias": "hoenn",
"width": 32,
"height": 20,
"tilemap": {
"width": 64,
"height": 64,
"format": "plain",
"tileset_path": "graphics/pokenav/region_map.png",
"tilemap_path": "graphics/pokenav/region_map_map.bin"
},
"layout": {
"width": 28,
"height": 15,
"offset_left": 1,
"offset_top": 2,
"format": "binary",
"path": "graphics/pokenav/region_map_section_layout.bin"
}
},
{
"alias": "pokedex area screen",
"width": 32,
"height": 20,
"tilemap": {
"width": 32,
"height": 32,
"format": "8bpp",
"tileset_path": "graphics/pokedex/region_map.png",
"tilemap_path": "graphics/pokedex/region_map.bin"
},
"layout": null
}
],
"entries": {
"path": "src/data/region_map/region_map_sections.json"
}
}