mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-04-26 10:25:49 -05:00
90 lines
2.1 KiB
JSON
90 lines
2.1 KiB
JSON
{
|
|
"id": "MAP_CERULEAN_CITY_HOUSE2",
|
|
"name": "CeruleanCity_House2_Frlg",
|
|
"layout": "LAYOUT_CERULEAN_CITY_HOUSE2",
|
|
"music": "MUS_RG_FUCHSIA",
|
|
"region": "REGION_KANTO",
|
|
"region_map_section": "MAPSEC_CERULEAN_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,
|
|
"floor_number": 0,
|
|
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
|
|
"connections": null,
|
|
"object_events": [
|
|
{
|
|
"type": "object",
|
|
"graphics_id": "OBJ_EVENT_GFX_HIKER_FRLG",
|
|
"x": 1,
|
|
"y": 2,
|
|
"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": "CeruleanCity_House2_EventScript_Hiker",
|
|
"flag": "0"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"graphics_id": "OBJ_EVENT_GFX_LASS_FRLG",
|
|
"x": 7,
|
|
"y": 6,
|
|
"elevation": 3,
|
|
"movement_type": "MOVEMENT_TYPE_WANDER_AROUND",
|
|
"movement_range_x": 1,
|
|
"movement_range_y": 1,
|
|
"trainer_type": "TRAINER_TYPE_NONE",
|
|
"trainer_sight_or_berry_tree_id": "0",
|
|
"script": "CeruleanCity_House2_EventScript_Lass",
|
|
"flag": "0"
|
|
}
|
|
],
|
|
"warp_events": [
|
|
{
|
|
"x": 2,
|
|
"y": 7,
|
|
"elevation": 0,
|
|
"dest_map": "MAP_CERULEAN_CITY",
|
|
"dest_warp_id": "1"
|
|
},
|
|
{
|
|
"x": 3,
|
|
"y": 7,
|
|
"elevation": 0,
|
|
"dest_map": "MAP_CERULEAN_CITY",
|
|
"dest_warp_id": "1"
|
|
},
|
|
{
|
|
"x": 4,
|
|
"y": 7,
|
|
"elevation": 1,
|
|
"dest_map": "MAP_CERULEAN_CITY",
|
|
"dest_warp_id": "1"
|
|
},
|
|
{
|
|
"x": 4,
|
|
"y": 1,
|
|
"elevation": 0,
|
|
"dest_map": "MAP_CERULEAN_CITY",
|
|
"dest_warp_id": "9"
|
|
}
|
|
],
|
|
"coord_events": [],
|
|
"bg_events": [
|
|
{
|
|
"type": "sign",
|
|
"x": 4,
|
|
"y": 1,
|
|
"elevation": 0,
|
|
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
|
|
"script": "CeruleanCity_House2_EventScript_WallHole"
|
|
}
|
|
]
|
|
}
|