import from github
This commit is contained in:
49
data/maps/Route110_TrickHouseCorridor/map.json
Normal file
49
data/maps/Route110_TrickHouseCorridor/map.json
Normal file
@ -0,0 +1,49 @@
|
||||
{
|
||||
"id": "MAP_ROUTE110_TRICK_HOUSE_CORRIDOR",
|
||||
"name": "Route110_TrickHouseCorridor",
|
||||
"layout": "LAYOUT_ROUTE110_TRICK_HOUSE_CORRIDOR",
|
||||
"music": "MUS_TRICK_HOUSE",
|
||||
"region_map_section": "MAPSEC_ROUTE_110",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_INDOOR",
|
||||
"allow_cycling": false,
|
||||
"allow_escaping": false,
|
||||
"allow_running": false,
|
||||
"show_map_name": false,
|
||||
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
|
||||
"connections": null,
|
||||
"object_events": [],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 13,
|
||||
"y": 3,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_ROUTE110_TRICK_HOUSE_END",
|
||||
"dest_warp_id": 1
|
||||
},
|
||||
{
|
||||
"x": 14,
|
||||
"y": 3,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_ROUTE110_TRICK_HOUSE_END",
|
||||
"dest_warp_id": 1
|
||||
},
|
||||
{
|
||||
"x": 4,
|
||||
"y": 23,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_ROUTE110_TRICK_HOUSE_ENTRANCE",
|
||||
"dest_warp_id": 2
|
||||
},
|
||||
{
|
||||
"x": 5,
|
||||
"y": 23,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_ROUTE110_TRICK_HOUSE_ENTRANCE",
|
||||
"dest_warp_id": 2
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
8
data/maps/Route110_TrickHouseCorridor/scripts.inc
Normal file
8
data/maps/Route110_TrickHouseCorridor/scripts.inc
Normal file
@ -0,0 +1,8 @@
|
||||
Route110_TrickHouseCorridor_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, Route110_TrickHouseCorridor_OnTransition
|
||||
.byte 0
|
||||
|
||||
Route110_TrickHouseCorridor_OnTransition:
|
||||
setvar VAR_TRICK_HOUSE_ENTER_FROM_CORRIDOR, 1
|
||||
end
|
||||
|
Reference in New Issue
Block a user