mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-20 11:58:04 -05:00
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"id": "MAP_FIVE_ISLAND_LOST_CAVE_ROOM10",
|
|
"name": "FiveIsland_LostCave_Room10",
|
|
"layout": "LAYOUT_FIVE_ISLAND_LOST_CAVE_ROOM10",
|
|
"music": "MUS_SEVII_CAVE",
|
|
"region_map_section": "MAPSEC_LOST_CAVE",
|
|
"requires_flash": false,
|
|
"weather": "WEATHER_FOG_HORIZONTAL",
|
|
"map_type": "MAP_TYPE_UNDERGROUND",
|
|
"allow_cycling": true,
|
|
"allow_escaping": true,
|
|
"allow_running": true,
|
|
"show_map_name": true,
|
|
"floor_number": 0,
|
|
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
|
|
"connections": null,
|
|
"object_events": [
|
|
{
|
|
"type": "object",
|
|
"graphics_id": "OBJ_EVENT_GFX_WOMAN_2",
|
|
"x": 5,
|
|
"y": 5,
|
|
"elevation": 3,
|
|
"movement_type": "MOVEMENT_TYPE_FACE_UP",
|
|
"movement_range_x": 1,
|
|
"movement_range_y": 1,
|
|
"trainer_type": "TRAINER_TYPE_NONE",
|
|
"trainer_sight_or_berry_tree_id": "0",
|
|
"script": "0x0",
|
|
"flag": "FLAG_HIDE_LOST_CAVE_SELPHY"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"graphics_id": "OBJ_EVENT_GFX_ITEM_BALL",
|
|
"x": 5,
|
|
"y": 2,
|
|
"elevation": 3,
|
|
"movement_type": "MOVEMENT_TYPE_FACE_DOWN",
|
|
"movement_range_x": 1,
|
|
"movement_range_y": 1,
|
|
"trainer_type": "TRAINER_TYPE_NONE",
|
|
"trainer_sight_or_berry_tree_id": "0",
|
|
"script": "FiveIsland_LostCave_Room10_EventScript_ItemSilkScarf",
|
|
"flag": "FLAG_HIDE_FIVE_ISLAND_LOST_CAVE_ROOM10_SILK_SCARF"
|
|
}
|
|
],
|
|
"warp_events": [
|
|
{
|
|
"x": 5,
|
|
"y": 8,
|
|
"elevation": 3,
|
|
"dest_map": "MAP_FIVE_ISLAND_LOST_CAVE_ROOM1",
|
|
"dest_warp_id": "1"
|
|
}
|
|
],
|
|
"coord_events": [],
|
|
"bg_events": []
|
|
}
|