diff options
| author | GriffinR <griffin.richards@comcast.net> | 2019-10-17 19:22:03 -0400 |
|---|---|---|
| committer | GriffinR <griffin.richards@comcast.net> | 2019-10-25 15:41:06 -0400 |
| commit | 6db014cc32d28a64499af7d605be3a062560d5e0 (patch) | |
| tree | 378d719659dd5a32b077bd6ee8140ccae6b2799c /data/maps/FallarborTown_MoveRelearnersHouse/map.json | |
| parent | 60a592a2c32d07d47c892204659a8576017584d1 (diff) | |
Document party_menu first pass
Diffstat (limited to 'data/maps/FallarborTown_MoveRelearnersHouse/map.json')
| -rw-r--r-- | data/maps/FallarborTown_MoveRelearnersHouse/map.json | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/data/maps/FallarborTown_MoveRelearnersHouse/map.json b/data/maps/FallarborTown_MoveRelearnersHouse/map.json new file mode 100644 index 000000000..c444c1e38 --- /dev/null +++ b/data/maps/FallarborTown_MoveRelearnersHouse/map.json @@ -0,0 +1,49 @@ +{ + "id": "MAP_FALLARBOR_TOWN_MOVE_RELEARNERS_HOUSE", + "name": "FallarborTown_MoveRelearnersHouse", + "layout": "LAYOUT_HOUSE2", + "music": "MUS_TONEKUSA", + "region_map_section": "MAPSEC_FALLARBOR_TOWN", + "requires_flash": false, + "weather": "WEATHER_NONE", + "map_type": "MAP_TYPE_INDOOR", + "allow_bike": false, + "allow_escape_rope": false, + "allow_running": false, + "show_map_name": false, + "battle_scene": "MAP_BATTLE_SCENE_NORMAL", + "connections": null, + "object_events": [ + { + "graphics_id": "EVENT_OBJ_GFX_FAT_MAN", + "x": 4, + "y": 4, + "elevation": 3, + "movement_type": "MOVEMENT_TYPE_FACE_DOWN", + "movement_range_x": 0, + "movement_range_y": 0, + "trainer_type": "0", + "trainer_sight_or_berry_tree_id": "0", + "script": "FallarborTown_MoveRelearnersHouse_EventScript_MoveRelearner", + "flag": "0" + } + ], + "warp_events": [ + { + "x": 3, + "y": 7, + "elevation": 0, + "dest_map": "MAP_FALLARBOR_TOWN", + "dest_warp_id": 4 + }, + { + "x": 4, + "y": 7, + "elevation": 0, + "dest_map": "MAP_FALLARBOR_TOWN", + "dest_warp_id": 4 + } + ], + "coord_events": [], + "bg_events": [] +}
\ No newline at end of file |
