diff options
| author | GriffinR <griffin.richards@comcast.net> | 2019-11-07 12:37:11 -0500 |
|---|---|---|
| committer | GriffinR <griffin.richards@comcast.net> | 2019-11-07 12:37:11 -0500 |
| commit | 35ed8de51b0784e44560237248fc516f96e835df (patch) | |
| tree | 17ac9f72e19058e466c4dab1395bbf5195ef2dd9 /data/maps/DoubleBattleColosseum/map.json | |
| parent | 1475c4d8da2e27734aa5a738e2287222c1e21386 (diff) | |
Fix Battle Colosseum names
Diffstat (limited to 'data/maps/DoubleBattleColosseum/map.json')
| -rw-r--r-- | data/maps/DoubleBattleColosseum/map.json | 86 |
1 files changed, 0 insertions, 86 deletions
diff --git a/data/maps/DoubleBattleColosseum/map.json b/data/maps/DoubleBattleColosseum/map.json deleted file mode 100644 index 172bb3fdc..000000000 --- a/data/maps/DoubleBattleColosseum/map.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "id": "MAP_DOUBLE_BATTLE_COLOSSEUM", - "name": "DoubleBattleColosseum", - "layout": "LAYOUT_DOUBLE_BATTLE_COLOSSEUM", - "music": "MUS_RAINBOW", - "region_map_section": "MAPSEC_DYNAMIC", - "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_FRONTIER", - "connections": null, - "object_events": [], - "warp_events": [ - { - "x": 5, - "y": 8, - "elevation": 3, - "dest_map": "MAP_NONE", - "dest_warp_id": 127 - }, - { - "x": 6, - "y": 8, - "elevation": 3, - "dest_map": "MAP_NONE", - "dest_warp_id": 127 - }, - { - "x": 7, - "y": 8, - "elevation": 3, - "dest_map": "MAP_NONE", - "dest_warp_id": 127 - }, - { - "x": 8, - "y": 8, - "elevation": 3, - "dest_map": "MAP_NONE", - "dest_warp_id": 127 - } - ], - "coord_events": [ - { - "type": "trigger", - "x": 3, - "y": 4, - "elevation": 3, - "var": "VAR_TEMP_0", - "var_value": "0", - "script": "EventScript_DoubleBattleColosseum_PlayerSpot0" - }, - { - "type": "trigger", - "x": 3, - "y": 6, - "elevation": 3, - "var": "VAR_TEMP_0", - "var_value": "0", - "script": "EventScript_DoubleBattleColosseum_PlayerSpot2" - }, - { - "type": "trigger", - "x": 10, - "y": 4, - "elevation": 3, - "var": "VAR_TEMP_0", - "var_value": "0", - "script": "EventScript_DoubleBattleColosseum_PlayerSpot1" - }, - { - "type": "trigger", - "x": 10, - "y": 6, - "elevation": 3, - "var": "VAR_TEMP_0", - "var_value": "0", - "script": "EventScript_DoubleBattleColosseum_PlayerSpot3" - } - ], - "bg_events": [] -}
\ No newline at end of file |
