pokeemerald/data/maps/SSAnne_2F_Room2_Frlg/map.json
2026-01-28 17:41:12 +01:00

74 lines
1.9 KiB
JSON

{
"id": "MAP_SSANNE_2F_ROOM2",
"name": "SSAnne_2F_Room2_Frlg",
"layout": "LAYOUT_SSANNE_ROOM2",
"music": "MUS_RG_SS_ANNE",
"region": "REGION_KANTO",
"region_map_section": "MAPSEC_S_S_ANNE",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": true,
"show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [
{
"type": "object",
"graphics_id": "OBJ_EVENT_GFX_FISHER",
"x": 5,
"y": 5,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_FACE_LEFT",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": "TRAINER_TYPE_NORMAL",
"trainer_sight_or_berry_tree_id": "3",
"script": "SSAnne_2F_Room2_EventScript_Dale",
"flag": "0"
},
{
"type": "object",
"graphics_id": "OBJ_EVENT_GFX_GENTLEMAN_FRLG",
"x": 1,
"y": 4,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_FACE_RIGHT",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": "TRAINER_TYPE_NORMAL",
"trainer_sight_or_berry_tree_id": "2",
"script": "SSAnne_2F_Room2_EventScript_Brooks",
"flag": "0"
},
{
"type": "object",
"graphics_id": "OBJ_EVENT_GFX_ITEM_BALL",
"x": 3,
"y": 3,
"elevation": 0,
"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": "SSAnne_2F_Room2_EventScript_ItemStardust",
"flag": "FLAG_HIDE_SSANNE_2F_ROOM2_STARDUST"
}
],
"warp_events": [
{
"x": 4,
"y": 7,
"elevation": 3,
"dest_map": "MAP_SSANNE_2F_CORRIDOR",
"dest_warp_id": "4"
}
],
"coord_events": [],
"bg_events": []
}