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/BattleColosseum2P/map.json | |
| parent | 1475c4d8da2e27734aa5a738e2287222c1e21386 (diff) | |
Fix Battle Colosseum names
Diffstat (limited to 'data/maps/BattleColosseum2P/map.json')
| -rw-r--r-- | data/maps/BattleColosseum2P/map.json | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/data/maps/BattleColosseum2P/map.json b/data/maps/BattleColosseum2P/map.json new file mode 100644 index 000000000..18df18491 --- /dev/null +++ b/data/maps/BattleColosseum2P/map.json @@ -0,0 +1,68 @@ +{ + "id": "MAP_BATTLE_COLOSSEUM_2P", + "name": "BattleColosseum2P", + "layout": "LAYOUT_BATTLE_COLOSSEUM_2P", + "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": [ + { + "graphics_id": "EVENT_OBJ_GFX_LINK_RECEPTIONIST", + "x": 9, + "y": 3, + "elevation": 3, + "movement_type": "MOVEMENT_TYPE_FACE_LEFT", + "movement_range_x": 0, + "movement_range_y": 0, + "trainer_type": "0", + "trainer_sight_or_berry_tree_id": "0", + "script": "BattleColosseum2P_EventScript_Attendant", + "flag": "0" + } + ], + "warp_events": [ + { + "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 + } + ], + "coord_events": [ + { + "type": "trigger", + "x": 3, + "y": 5, + "elevation": 3, + "var": "VAR_TEMP_0", + "var_value": "0", + "script": "EventScript_BattleColosseum2P_PlayerSpot0" + }, + { + "type": "trigger", + "x": 10, + "y": 5, + "elevation": 3, + "var": "VAR_TEMP_0", + "var_value": "0", + "script": "EventScript_BattleColosseum2P_PlayerSpot1" + } + ], + "bg_events": [] +}
\ No newline at end of file |
