mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-04-26 18:27:04 -05:00
112 lines
2.5 KiB
JSON
112 lines
2.5 KiB
JSON
{
|
|
"id": "MAP_CELADON_CITY_DEPARTMENT_STORE_1F",
|
|
"name": "CeladonCity_DepartmentStore_1F_Frlg",
|
|
"layout": "LAYOUT_CELADON_CITY_DEPARTMENT_STORE_1F",
|
|
"music": "MUS_POKE_CENTER",
|
|
"region": "REGION_KANTO",
|
|
"region_map_section": "MAPSEC_CELADON_CITY",
|
|
"requires_flash": false,
|
|
"weather": "WEATHER_NONE",
|
|
"map_type": "MAP_TYPE_INDOOR",
|
|
"allow_cycling": false,
|
|
"allow_escaping": false,
|
|
"allow_running": false,
|
|
"show_map_name": true,
|
|
"floor_number": 1,
|
|
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
|
|
"connections": null,
|
|
"object_events": [
|
|
{
|
|
"type": "object",
|
|
"graphics_id": "OBJ_EVENT_GFX_WORKER_F",
|
|
"x": 6,
|
|
"y": 10,
|
|
"elevation": 3,
|
|
"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": "CeladonCity_DepartmentStore_1F_EventScript_Receptionist",
|
|
"flag": "0"
|
|
}
|
|
],
|
|
"warp_events": [
|
|
{
|
|
"x": 1,
|
|
"y": 15,
|
|
"elevation": 0,
|
|
"dest_map": "MAP_CELADON_CITY",
|
|
"dest_warp_id": "1"
|
|
},
|
|
{
|
|
"x": 2,
|
|
"y": 14,
|
|
"elevation": 3,
|
|
"dest_map": "MAP_CELADON_CITY",
|
|
"dest_warp_id": "1"
|
|
},
|
|
{
|
|
"x": 3,
|
|
"y": 15,
|
|
"elevation": 0,
|
|
"dest_map": "MAP_CELADON_CITY",
|
|
"dest_warp_id": "1"
|
|
},
|
|
{
|
|
"x": 9,
|
|
"y": 15,
|
|
"elevation": 0,
|
|
"dest_map": "MAP_CELADON_CITY",
|
|
"dest_warp_id": "2"
|
|
},
|
|
{
|
|
"x": 10,
|
|
"y": 14,
|
|
"elevation": 3,
|
|
"dest_map": "MAP_CELADON_CITY",
|
|
"dest_warp_id": "2"
|
|
},
|
|
{
|
|
"x": 11,
|
|
"y": 15,
|
|
"elevation": 0,
|
|
"dest_map": "MAP_CELADON_CITY",
|
|
"dest_warp_id": "2"
|
|
},
|
|
{
|
|
"x": 6,
|
|
"y": 1,
|
|
"elevation": 0,
|
|
"dest_map": "MAP_CELADON_CITY_DEPARTMENT_STORE_ELEVATOR",
|
|
"dest_warp_id": "0"
|
|
},
|
|
{
|
|
"x": 4,
|
|
"y": 2,
|
|
"elevation": 3,
|
|
"dest_map": "MAP_CELADON_CITY_DEPARTMENT_STORE_2F",
|
|
"dest_warp_id": "1"
|
|
}
|
|
],
|
|
"coord_events": [],
|
|
"bg_events": [
|
|
{
|
|
"type": "sign",
|
|
"x": 9,
|
|
"y": 11,
|
|
"elevation": 0,
|
|
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
|
|
"script": "CeladonCity_DepartmentStore_1F_EventScript_LayoutSign"
|
|
},
|
|
{
|
|
"type": "sign",
|
|
"x": 8,
|
|
"y": 1,
|
|
"elevation": 0,
|
|
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
|
|
"script": "CeladonCity_DepartmentStore_1F_EventScript_FloorSign"
|
|
}
|
|
]
|
|
}
|