mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-20 12:38:33 +01:00
35 lines
661 B
JSON
35 lines
661 B
JSON
{
|
|
"id": "MAP_BUDPORT_CITY",
|
|
"name": "BudportCity",
|
|
"layout": "LAYOUT_BUDPORT_CITY",
|
|
"music": "MUS_SLATEPORT",
|
|
"region_map_section": "MAPSEC_SLATEPORT_CITY",
|
|
"requires_flash": false,
|
|
"weather": "WEATHER_NONE",
|
|
"map_type": "MAP_TYPE_NONE",
|
|
"allow_cycling": true,
|
|
"allow_escaping": false,
|
|
"allow_running": true,
|
|
"show_map_name": true,
|
|
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
|
|
"connections": 0,
|
|
"object_events": [
|
|
|
|
],
|
|
"warp_events": [
|
|
{
|
|
"x": 34,
|
|
"y": 30,
|
|
"elevation": 0,
|
|
"dest_map": "MAP_INSIDE_OF_START_BOAT_0F",
|
|
"dest_warp_id": "3"
|
|
}
|
|
],
|
|
"coord_events": [
|
|
|
|
],
|
|
"bg_events": [
|
|
|
|
]
|
|
}
|