mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-08-28 21:30:53 -05:00
Some checks are pending
CI / build-emerald (push) Waiting to run
CI / build-firered (push) Waiting to run
CI / build-leafgreen (push) Waiting to run
CI / release (push) Waiting to run
CI / test (push) Waiting to run
CI / build (push) Blocked by required conditions
CI / docs_validate (push) Waiting to run
CI / allcontributors (push) Waiting to run
Docs / deploy (push) Waiting to run
20 lines
540 B
JSON
20 lines
540 B
JSON
{
|
|
"id": "MAP_CONTEST_HALL_COOL",
|
|
"name": "ContestHallCool",
|
|
"layout": "LAYOUT_CONTEST_HALL_COOL",
|
|
"music": "MUS_CONTEST",
|
|
"region": "REGION_HOENN",
|
|
"region_map_section": "MAPSEC_DYNAMIC",
|
|
"requires_flash": false,
|
|
"weather": "WEATHER_NONE",
|
|
"map_type": "MAP_TYPE_INDOOR",
|
|
"allow_cycling": false,
|
|
"allow_escaping": false,
|
|
"allow_running": false,
|
|
"show_map_name": false,
|
|
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
|
|
"connections": null,
|
|
"shared_events_map": "ContestHall",
|
|
"shared_scripts_map": "ContestHall"
|
|
}
|