import from github
This commit is contained in:
42
data/maps/MossdeepCity_GameCorner_B1F/map.json
Normal file
42
data/maps/MossdeepCity_GameCorner_B1F/map.json
Normal file
@ -0,0 +1,42 @@
|
||||
{
|
||||
"id": "MAP_MOSSDEEP_CITY_GAME_CORNER_B1F",
|
||||
"name": "MossdeepCity_GameCorner_B1F",
|
||||
"layout": "LAYOUT_MOSSDEEP_CITY_GAME_CORNER_B1F",
|
||||
"music": "MUS_RUSTBORO",
|
||||
"region_map_section": "MAPSEC_MOSSDEEP_CITY",
|
||||
"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": [
|
||||
{
|
||||
"graphics_id": "OBJ_EVENT_GFX_VAR_0",
|
||||
"x": 6,
|
||||
"y": 5,
|
||||
"elevation": 3,
|
||||
"movement_type": "MOVEMENT_TYPE_FACE_LEFT",
|
||||
"movement_range_x": 0,
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": "TRAINER_TYPE_NONE",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "0x0",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 3,
|
||||
"y": 1,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_MOSSDEEP_CITY_GAME_CORNER_1F",
|
||||
"dest_warp_id": 2
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
3
data/maps/MossdeepCity_GameCorner_B1F/scripts.inc
Normal file
3
data/maps/MossdeepCity_GameCorner_B1F/scripts.inc
Normal file
@ -0,0 +1,3 @@
|
||||
MossdeepCity_GameCorner_B1F_MapScripts::
|
||||
.byte 0
|
||||
|
Reference in New Issue
Block a user