import from github
This commit is contained in:
56
data/maps/AbandonedShip_Deck/map.json
Normal file
56
data/maps/AbandonedShip_Deck/map.json
Normal file
@ -0,0 +1,56 @@
|
||||
{
|
||||
"id": "MAP_ABANDONED_SHIP_DECK",
|
||||
"name": "AbandonedShip_Deck",
|
||||
"layout": "LAYOUT_ABANDONED_SHIP_DECK",
|
||||
"music": "MUS_ABANDONED_SHIP",
|
||||
"region_map_section": "MAPSEC_ABANDONED_SHIP",
|
||||
"requires_flash": false,
|
||||
"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": null,
|
||||
"object_events": [],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 13,
|
||||
"y": 15,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_ROUTE108",
|
||||
"dest_warp_id": 0
|
||||
},
|
||||
{
|
||||
"x": 14,
|
||||
"y": 15,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_ROUTE108",
|
||||
"dest_warp_id": 0
|
||||
},
|
||||
{
|
||||
"x": 13,
|
||||
"y": 9,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_ABANDONED_SHIP_CORRIDORS_1F",
|
||||
"dest_warp_id": 1
|
||||
},
|
||||
{
|
||||
"x": 8,
|
||||
"y": 9,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_ABANDONED_SHIP_CORRIDORS_1F",
|
||||
"dest_warp_id": 2
|
||||
},
|
||||
{
|
||||
"x": 12,
|
||||
"y": 5,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_ABANDONED_SHIP_CAPTAINS_OFFICE",
|
||||
"dest_warp_id": 0
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
8
data/maps/AbandonedShip_Deck/scripts.inc
Normal file
8
data/maps/AbandonedShip_Deck/scripts.inc
Normal file
@ -0,0 +1,8 @@
|
||||
AbandonedShip_Deck_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, AbandonedShip_Deck_OnTransition
|
||||
.byte 0
|
||||
|
||||
AbandonedShip_Deck_OnTransition:
|
||||
setflag FLAG_LANDMARK_ABANDONED_SHIP
|
||||
end
|
||||
|
Reference in New Issue
Block a user