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

115 lines
2.8 KiB
JSON

{
"id": "MAP_SEVEN_ISLAND_TRAINER_TOWER",
"name": "SevenIsland_TrainerTower_Frlg",
"layout": "LAYOUT_SEVEN_ISLAND_TRAINER_TOWER",
"music": "MUS_RG_SEVII_ROUTE",
"region": "REGION_KANTO",
"region_map_section": "MAPSEC_TRAINER_TOWER",
"requires_flash": false,
"weather": "WEATHER_SUNNY",
"map_type": "MAP_TYPE_ROUTE",
"allow_cycling": true,
"allow_escaping": false,
"allow_running": true,
"show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": [
{
"map": "MAP_SEVEN_ISLAND",
"offset": 48,
"direction": "down"
}
],
"object_events": [
{
"type": "object",
"graphics_id": "OBJ_EVENT_GFX_BOY",
"x": 56,
"y": 26,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_FACE_UP",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": "TRAINER_TYPE_NORMAL",
"trainer_sight_or_berry_tree_id": "1",
"script": "SevenIsland_TrainerTower_EventScript_Dario",
"flag": "0"
},
{
"type": "object",
"graphics_id": "OBJ_EVENT_GFX_WOMAN_1_FRLG",
"x": 56,
"y": 29,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_FACE_DOWN",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": "TRAINER_TYPE_NORMAL",
"trainer_sight_or_berry_tree_id": "1",
"script": "SevenIsland_TrainerTower_EventScript_Rodette",
"flag": "0"
}
],
"warp_events": [
{
"x": 58,
"y": 7,
"elevation": 3,
"dest_map": "MAP_TRAINER_TOWER_LOBBY",
"dest_warp_id": "1"
}
],
"coord_events": [
],
"bg_events": [
{
"type": "hidden_item",
"x": 49,
"y": 27,
"elevation": 3,
"item": "ITEM_BIG_PEARL",
"flag": "FLAG_HIDDEN_ITEM_SEVEN_ISLAND_TRAINER_TOWER_BIG_PEARL",
"quantity": 1,
"underfoot": false
},
{
"type": "hidden_item",
"x": 47,
"y": 30,
"elevation": 3,
"item": "ITEM_PEARL",
"flag": "FLAG_HIDDEN_ITEM_SEVEN_ISLAND_TRAINER_TOWER_PEARL",
"quantity": 1,
"underfoot": false
},
{
"type": "hidden_item",
"x": 59,
"y": 32,
"elevation": 3,
"item": "ITEM_NANAB_BERRY",
"flag": "FLAG_HIDDEN_ITEM_SEVEN_ISLAND_TRAINER_TOWER_NANAB_BERRY",
"quantity": 1,
"underfoot": false
},
{
"type": "sign",
"x": 56,
"y": 8,
"elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SevenIsland_TrainerTower_EventScript_TrainerTowerSign"
},
{
"type": "sign",
"x": 50,
"y": 30,
"elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SevenIsland_TrainerTower_EventScript_TrainerTowerAheadSign"
}
]
}