mirror of
https://github.com/resetes12/pokeemerald
synced 2025-10-06 00:12:45 +02:00
112 lines
3.0 KiB
JSON
Executable File
112 lines
3.0 KiB
JSON
Executable File
{
|
|
"id": "MAP_ALTERING_CAVE",
|
|
"name": "AlteringCave",
|
|
"layout": "LAYOUT_ALTERING_CAVE",
|
|
"music": "MUS_RG_SEVII_CAVE",
|
|
"region_map_section": "MAPSEC_ALTERING_CAVE",
|
|
"requires_flash": true,
|
|
"weather": "WEATHER_NONE",
|
|
"map_type": "MAP_TYPE_UNDERGROUND",
|
|
"allow_cycling": true,
|
|
"allow_escaping": true,
|
|
"allow_running": true,
|
|
"show_map_name": true,
|
|
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
|
|
"connections": 0,
|
|
"object_events": [
|
|
{
|
|
"graphics_id": "OBJ_EVENT_GFX_FOSSIL",
|
|
"x": 5,
|
|
"y": 14,
|
|
"elevation": 0,
|
|
"movement_type": "MOVEMENT_TYPE_NONE",
|
|
"movement_range_x": 0,
|
|
"movement_range_y": 0,
|
|
"trainer_type": "TRAINER_TYPE_NONE",
|
|
"trainer_sight_or_berry_tree_id": "ITEM_HELIX_FOSSIL",
|
|
"script": "Common_EventScript_FindItem",
|
|
"flag": "FLAG_HELIX_FOSSIL_ALTERING"
|
|
},
|
|
{
|
|
"graphics_id": "OBJ_EVENT_GFX_FOSSIL",
|
|
"x": 27,
|
|
"y": 11,
|
|
"elevation": 0,
|
|
"movement_type": "MOVEMENT_TYPE_NONE",
|
|
"movement_range_x": 0,
|
|
"movement_range_y": 0,
|
|
"trainer_type": "TRAINER_TYPE_NONE",
|
|
"trainer_sight_or_berry_tree_id": "ITEM_DOME_FOSSIL",
|
|
"script": "Common_EventScript_FindItem",
|
|
"flag": "FLAG_DOME_FOSSIL_ALTERING_CAVE"
|
|
},
|
|
{
|
|
"graphics_id": "OBJ_EVENT_GFX_ITEM_BALL",
|
|
"x": 16,
|
|
"y": 12,
|
|
"elevation": 0,
|
|
"movement_type": "MOVEMENT_TYPE_NONE",
|
|
"movement_range_x": 0,
|
|
"movement_range_y": 0,
|
|
"trainer_type": "TRAINER_TYPE_NONE",
|
|
"trainer_sight_or_berry_tree_id": "ITEM_SUN_STONE",
|
|
"script": "Common_EventScript_FindItem",
|
|
"flag": "FLAG_CAVE_SUNSTONE"
|
|
},
|
|
{
|
|
"graphics_id": "OBJ_EVENT_GFX_ITEM_BALL",
|
|
"x": 30,
|
|
"y": 15,
|
|
"elevation": 0,
|
|
"movement_type": "MOVEMENT_TYPE_NONE",
|
|
"movement_range_x": 0,
|
|
"movement_range_y": 0,
|
|
"trainer_type": "TRAINER_TYPE_NONE",
|
|
"trainer_sight_or_berry_tree_id": "ITEM_MOON_STONE",
|
|
"script": "Common_EventScript_FindItem",
|
|
"flag": "FLAG_CAVE_MOONSTONE"
|
|
},
|
|
{
|
|
"graphics_id": "OBJ_EVENT_GFX_MON_BASE+SPECIES_MEWTWO",
|
|
"x": 7,
|
|
"y": 2,
|
|
"elevation": 0,
|
|
"movement_type": "MOVEMENT_TYPE_NONE",
|
|
"movement_range_x": 0,
|
|
"movement_range_y": 0,
|
|
"trainer_type": "TRAINER_TYPE_NONE",
|
|
"trainer_sight_or_berry_tree_id": "0",
|
|
"script": "AlteringCave_EventScript_Mewtwo",
|
|
"flag": "FLAG_HIDE_MEWTWO"
|
|
},
|
|
{
|
|
"graphics_id": "OBJ_EVENT_GFX_ITEM_BALL",
|
|
"x": 8,
|
|
"y": 2,
|
|
"elevation": 0,
|
|
"movement_type": "MOVEMENT_TYPE_NONE",
|
|
"movement_range_x": 0,
|
|
"movement_range_y": 0,
|
|
"trainer_type": "TRAINER_TYPE_NONE",
|
|
"trainer_sight_or_berry_tree_id": "ITEM_OLD_AMBER",
|
|
"script": "Common_EventScript_FindItem",
|
|
"flag": "FLAG_OLD_AMBER_ALTERING_CAVE"
|
|
}
|
|
],
|
|
"warp_events": [
|
|
{
|
|
"x": 18,
|
|
"y": 22,
|
|
"elevation": 0,
|
|
"dest_map": "MAP_ROUTE103",
|
|
"dest_warp_id": "0"
|
|
}
|
|
],
|
|
"coord_events": [
|
|
|
|
],
|
|
"bg_events": [
|
|
|
|
]
|
|
}
|