pokeemerald/data/maps/SingleBattleColosseum/map.json

68 lines
1.5 KiB
JSON
Raw Normal View History

2019-01-31 22:51:20 +01:00
{
"id": "MAP_SINGLE_BATTLE_COLOSSEUM",
"name": "SingleBattleColosseum",
"layout": "LAYOUT_SINGLE_BATTLE_COLOSSEUM",
"music": "MUS_RAINBOW",
"region_map_section": "MAPSEC_DYNAMIC",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_INDOOR",
"allow_bike": false,
"allow_escape_rope": false,
"allow_running": false,
"show_map_name": false,
"battle_scene": "MAP_BATTLE_SCENE_FRONTIER",
"connections": null,
"object_events": [
{
"graphics_id": "EVENT_OBJ_GFX_LINK_RECEPTIONIST",
"x": 9,
"y": 3,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_FACE_LEFT",
"movement_range_x": 0,
"movement_range_y": 0,
"trainer_type": "0",
"trainer_sight_or_berry_tree_id": "0",
2019-01-31 22:51:20 +01:00
"script": "SingleBattleColosseum_EventScript_2774A6",
"flag": "0"
}
],
"warp_events": [
{
"x": 6,
"y": 8,
"elevation": 3,
"dest_map": "MAP_NONE",
"dest_warp_id": 127
},
{
"x": 7,
"y": 8,
"elevation": 3,
"dest_map": "MAP_NONE",
"dest_warp_id": 127
}
],
"coord_events": [
{
"type": "trigger",
"x": 3,
"y": 5,
"elevation": 3,
"var": "VAR_TEMP_0",
"var_value": "0",
2019-02-18 07:03:44 +01:00
"script": "EventScript_SingleBattleColosseum_PlayerSpot0"
2019-01-31 22:51:20 +01:00
},
{
"type": "trigger",
"x": 10,
"y": 5,
"elevation": 3,
"var": "VAR_TEMP_0",
"var_value": "0",
2019-02-18 07:03:44 +01:00
"script": "EventScript_SingleBattleColosseum_PlayerSpot1"
2019-01-31 22:51:20 +01:00
}
],
"bg_events": []
}