mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-04-26 10:25:49 -05:00
66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"id": "MAP_INDIGO_PLATEAU_EXTERIOR",
|
|
"name": "IndigoPlateau_Exterior_Frlg",
|
|
"layout": "LAYOUT_INDIGO_PLATEAU_EXTERIOR",
|
|
"music": "MUS_RG_VICTORY_ROAD",
|
|
"region_map_section": "MAPSEC_INDIGO_PLATEAU",
|
|
"requires_flash": false,
|
|
"weather": "WEATHER_SUNNY",
|
|
"map_type": "MAP_TYPE_TOWN",
|
|
"allow_cycling": true,
|
|
"allow_escaping": false,
|
|
"allow_running": true,
|
|
"show_map_name": true,
|
|
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
|
|
"connections": [
|
|
{
|
|
"map": "MAP_ROUTE23",
|
|
"offset": 0,
|
|
"direction": "down"
|
|
}
|
|
],
|
|
"object_events": [
|
|
{
|
|
"local_id": "LOCALID_CREDITS_RIVAL",
|
|
"graphics_id": "OBJ_EVENT_GFX_BLUE",
|
|
"x": 11,
|
|
"y": 6,
|
|
"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": "0x0",
|
|
"flag": "FLAG_HIDE_CREDITS_RIVAL"
|
|
},
|
|
{
|
|
"local_id": "LOCALID_CREDITS_PROF_OAK",
|
|
"graphics_id": "OBJ_EVENT_GFX_PROF_OAK",
|
|
"x": 11,
|
|
"y": 6,
|
|
"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": "0x0",
|
|
"flag": "FLAG_HIDE_CREDITS_OAK"
|
|
}
|
|
],
|
|
"warp_events": [
|
|
{
|
|
"x": 11,
|
|
"y": 6,
|
|
"elevation": 0,
|
|
"dest_map": "MAP_INDIGO_PLATEAU_POKEMON_CENTER_1F",
|
|
"dest_warp_id": "0"
|
|
}
|
|
],
|
|
"coord_events": [],
|
|
"bg_events": [],
|
|
"floor_number": 0,
|
|
"region": "REGION_KANTO"
|
|
}
|