import from github
This commit is contained in:
52
data/maps/MarineCave_End/map.json
Normal file
52
data/maps/MarineCave_End/map.json
Normal file
@ -0,0 +1,52 @@
|
||||
{
|
||||
"id": "MAP_MARINE_CAVE_END",
|
||||
"name": "MarineCave_End",
|
||||
"layout": "LAYOUT_MARINE_CAVE_END",
|
||||
"music": "MUS_PETALBURG_WOODS",
|
||||
"region_map_section": "MAPSEC_MARINE_CAVE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_FOG_HORIZONTAL",
|
||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||
"allow_cycling": false,
|
||||
"allow_escaping": true,
|
||||
"allow_running": true,
|
||||
"show_map_name": true,
|
||||
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
|
||||
"connections": null,
|
||||
"object_events": [
|
||||
{
|
||||
"graphics_id": "OBJ_EVENT_GFX_KYOGRE_FRONT",
|
||||
"x": 9,
|
||||
"y": 22,
|
||||
"elevation": 1,
|
||||
"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": "0x0",
|
||||
"flag": "FLAG_HIDE_MARINE_CAVE_KYOGRE"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 20,
|
||||
"y": 4,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_MARINE_CAVE_ENTRANCE",
|
||||
"dest_warp_id": 0
|
||||
}
|
||||
],
|
||||
"coord_events": [
|
||||
{
|
||||
"type": "trigger",
|
||||
"x": 9,
|
||||
"y": 26,
|
||||
"elevation": 3,
|
||||
"var": "VAR_TEMP_1",
|
||||
"var_value": "1",
|
||||
"script": "MarineCave_End_EventScript_Kyogre"
|
||||
}
|
||||
],
|
||||
"bg_events": []
|
||||
}
|
Reference in New Issue
Block a user