diff options
| author | GriffinR <griffin.richards@comcast.net> | 2019-11-20 21:46:29 -0500 |
|---|---|---|
| committer | huderlem <huderlem@gmail.com> | 2019-11-25 18:37:48 -0600 |
| commit | 4dfa959fa297195a040a8cd0436d561296076f0e (patch) | |
| tree | 5068d00426d1a193312edd7b8fb0ad120bc4fd8e /data/maps/BattleFrontier_BattlePikeRoomFinal/map.json | |
| parent | cfdde42b009a80939297dd441fe39385f54d31f4 (diff) | |
Begin documenting Battle Pike and Frontier Util
Diffstat (limited to 'data/maps/BattleFrontier_BattlePikeRoomFinal/map.json')
| -rw-r--r-- | data/maps/BattleFrontier_BattlePikeRoomFinal/map.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/data/maps/BattleFrontier_BattlePikeRoomFinal/map.json b/data/maps/BattleFrontier_BattlePikeRoomFinal/map.json new file mode 100644 index 000000000..2b3daf8b7 --- /dev/null +++ b/data/maps/BattleFrontier_BattlePikeRoomFinal/map.json @@ -0,0 +1,34 @@ +{ + "id": "MAP_BATTLE_FRONTIER_BATTLE_PIKE_ROOM_FINAL", + "name": "BattleFrontier_BattlePikeRoomFinal", + "layout": "LAYOUT_BATTLE_FRONTIER_BATTLE_PIKE_ROOM_FINAL", + "music": "MUS_B_TUBE", + "region_map_section": "MAPSEC_BATTLE_FRONTIER", + "requires_flash": false, + "weather": "WEATHER_NONE", + "map_type": "MAP_TYPE_INDOOR", + "allow_bike": false, + "allow_escape_rope": false, + "allow_running": true, + "show_map_name": false, + "battle_scene": "MAP_BATTLE_SCENE_NORMAL", + "connections": null, + "object_events": [ + { + "graphics_id": "EVENT_OBJ_GFX_LINK_RECEPTIONIST", + "x": 2, + "y": 4, + "elevation": 3, + "movement_type": "MOVEMENT_TYPE_FACE_DOWN", + "movement_range_x": 1, + "movement_range_y": 1, + "trainer_type": "0", + "trainer_sight_or_berry_tree_id": "0", + "script": "0x0", + "flag": "0" + } + ], + "warp_events": [], + "coord_events": [], + "bg_events": [] +}
\ No newline at end of file |
