pokeemerald/data/maps/FallarborTown_CozmosHouse/map.json

63 lines
1.6 KiB
JSON
Raw Normal View History

2019-01-31 22:51:20 +01:00
{
2019-10-18 01:22:03 +02:00
"id": "MAP_FALLARBOR_TOWN_COZMOS_HOUSE",
"name": "FallarborTown_CozmosHouse",
2019-01-31 22:51:20 +01:00
"layout": "LAYOUT_HOUSE1",
"music": "MUS_TONEKUSA",
"region_map_section": "MAPSEC_FALLARBOR_TOWN",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
2019-01-31 22:51:20 +01:00
"allow_running": false,
"show_map_name": false,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [
{
"graphics_id": "OBJ_EVENT_GFX_SCIENTIST_1",
2019-01-31 22:51:20 +01:00
"x": 6,
"y": 4,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_WANDER_AROUND",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": "0",
"trainer_sight_or_berry_tree_id": "0",
2019-11-02 07:19:44 +01:00
"script": "FallarborTown_CozmosHouse_EventScript_ProfCozmo",
2019-10-18 01:22:03 +02:00
"flag": "FLAG_HIDE_FALLARBOR_HOUSE_PROF_COZMO"
2019-01-31 22:51:20 +01:00
},
{
"graphics_id": "OBJ_EVENT_GFX_WOMAN_2",
2019-01-31 22:51:20 +01:00
"x": 5,
"y": 6,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_WANDER_LEFT_AND_RIGHT",
"movement_range_x": 1,
"movement_range_y": 0,
"trainer_type": "0",
"trainer_sight_or_berry_tree_id": "0",
2019-11-02 07:19:44 +01:00
"script": "FallarborTown_CozmosHouse_EventScript_CozmosWife",
2019-01-31 22:51:20 +01:00
"flag": "0"
}
],
"warp_events": [
{
"x": 3,
"y": 8,
"elevation": 0,
"dest_map": "MAP_FALLARBOR_TOWN",
"dest_warp_id": 3
},
{
"x": 4,
"y": 8,
"elevation": 0,
"dest_map": "MAP_FALLARBOR_TOWN",
"dest_warp_id": 3
}
],
"coord_events": [],
"bg_events": []
}