pokefirered/data/maps/FiveIsland_MemorialPillar/map.json
2022-10-25 14:51:01 -04:00

148 lines
3.9 KiB
JSON

{
"id": "MAP_FIVE_ISLAND_MEMORIAL_PILLAR",
"name": "FiveIsland_MemorialPillar",
"layout": "LAYOUT_FIVE_ISLAND_MEMORIAL_PILLAR",
"music": "MUS_SEVII_ROUTE",
"region_map_section": "MAPSEC_MEMORIAL_PILLAR",
"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_FIVE_ISLAND_MEADOW",
"offset": -20,
"direction": "left"
}
],
"object_events": [
{
"type": "object",
"graphics_id": "OBJ_EVENT_GFX_MAN",
"x": 8,
"y": 44,
"elevation": 4,
"movement_type": "MOVEMENT_TYPE_FACE_UP_AND_LEFT",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": "TRAINER_TYPE_NONE",
"trainer_sight_or_berry_tree_id": "0",
"script": "FiveIsland_MemorialPillar_EventScript_MemorialMan",
"flag": "0"
},
{
"type": "object",
"graphics_id": "OBJ_EVENT_GFX_ROCKER",
"x": 12,
"y": 6,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_FACE_UP_LEFT_AND_RIGHT",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": "TRAINER_TYPE_NORMAL",
"trainer_sight_or_berry_tree_id": "3",
"script": "FiveIsland_MemorialPillar_EventScript_Milo",
"flag": "0"
},
{
"type": "object",
"graphics_id": "OBJ_EVENT_GFX_ROCKER",
"x": 14,
"y": 17,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_FACE_DOWN_UP_AND_LEFT",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": "TRAINER_TYPE_NORMAL",
"trainer_sight_or_berry_tree_id": "2",
"script": "FiveIsland_MemorialPillar_EventScript_Chaz",
"flag": "0"
},
{
"type": "object",
"graphics_id": "OBJ_EVENT_GFX_ROCKER",
"x": 17,
"y": 31,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_WANDER_AROUND",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": "TRAINER_TYPE_NORMAL",
"trainer_sight_or_berry_tree_id": "3",
"script": "FiveIsland_MemorialPillar_EventScript_Harold",
"flag": "0"
},
{
"type": "object",
"graphics_id": "OBJ_EVENT_GFX_ITEM_BALL",
"x": 4,
"y": 47,
"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": "FiveIsland_MemorialPillar_EventScript_ItemMetalCoat",
"flag": "FLAG_HIDE_FIVE_ISLAND_MEMORIAL_PILLAR_METAL_COAT"
}
],
"warp_events": [],
"coord_events": [],
"bg_events": [
{
"type": "sign",
"x": 9,
"y": 43,
"elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "FiveIsland_MemorialPillar_EventScript_Memorial"
},
{
"type": "hidden_item",
"x": 8,
"y": 52,
"elevation": 3,
"item": "ITEM_BIG_PEARL",
"flag": "FLAG_HIDDEN_ITEM_FIVE_ISLAND_MEMORIAL_PILLAR_BIG_PEARL",
"quantity": 1,
"underfoot": false
},
{
"type": "hidden_item",
"x": 15,
"y": 7,
"elevation": 3,
"item": "ITEM_RAZZ_BERRY",
"flag": "FLAG_HIDDEN_ITEM_FIVE_ISLAND_MEMORIAL_PILLAR_RAZZ_BERRY",
"quantity": 1,
"underfoot": false
},
{
"type": "hidden_item",
"x": 17,
"y": 22,
"elevation": 3,
"item": "ITEM_SITRUS_BERRY",
"flag": "FLAG_HIDDEN_ITEM_FIVE_ISLAND_MEMORIAL_PILLAR_SITRUS_BERRY",
"quantity": 1,
"underfoot": false
},
{
"type": "hidden_item",
"x": 14,
"y": 25,
"elevation": 3,
"item": "ITEM_BLUK_BERRY",
"flag": "FLAG_HIDDEN_ITEM_FIVE_ISLAND_MEMORIAL_PILLAR_BLUK_BERRY",
"quantity": 1,
"underfoot": false
}
]
}