import from github
This commit is contained in:
39
data/maps/Route122/map.json
Normal file
39
data/maps/Route122/map.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "MAP_ROUTE122",
|
||||
"name": "Route122",
|
||||
"layout": "LAYOUT_ROUTE122",
|
||||
"music": "MUS_ROUTE122",
|
||||
"region_map_section": "MAPSEC_ROUTE_122",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_SUNNY",
|
||||
"map_type": "MAP_TYPE_ROUTE",
|
||||
"allow_cycling": true,
|
||||
"allow_escaping": false,
|
||||
"allow_running": true,
|
||||
"show_map_name": true,
|
||||
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
|
||||
"connections": [
|
||||
{
|
||||
"direction": "up",
|
||||
"offset": -20,
|
||||
"map": "MAP_ROUTE121"
|
||||
},
|
||||
{
|
||||
"direction": "down",
|
||||
"offset": -100,
|
||||
"map": "MAP_ROUTE123"
|
||||
}
|
||||
],
|
||||
"object_events": [],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 22,
|
||||
"y": 29,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_MT_PYRE_1F",
|
||||
"dest_warp_id": 0
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
3
data/maps/Route122/scripts.inc
Normal file
3
data/maps/Route122/scripts.inc
Normal file
@ -0,0 +1,3 @@
|
||||
Route122_MapScripts::
|
||||
.byte 0
|
||||
|
Reference in New Issue
Block a user