summaryrefslogtreecommitdiff
path: root/data/maps/BattleColosseum4P
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-11-07 12:37:11 -0500
committerGriffinR <griffin.richards@comcast.net>2019-11-07 12:37:11 -0500
commit35ed8de51b0784e44560237248fc516f96e835df (patch)
tree17ac9f72e19058e466c4dab1395bbf5195ef2dd9 /data/maps/BattleColosseum4P
parent1475c4d8da2e27734aa5a738e2287222c1e21386 (diff)
Fix Battle Colosseum names
Diffstat (limited to 'data/maps/BattleColosseum4P')
-rw-r--r--data/maps/BattleColosseum4P/map.json86
-rw-r--r--data/maps/BattleColosseum4P/scripts.inc3
2 files changed, 89 insertions, 0 deletions
diff --git a/data/maps/BattleColosseum4P/map.json b/data/maps/BattleColosseum4P/map.json
new file mode 100644
index 000000000..d17851aaf
--- /dev/null
+++ b/data/maps/BattleColosseum4P/map.json
@@ -0,0 +1,86 @@
+{
+ "id": "MAP_BATTLE_COLOSSEUM_4P",
+ "name": "BattleColosseum4P",
+ "layout": "LAYOUT_BATTLE_COLOSSEUM_4P",
+ "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_BattleColosseum4P_PlayerSpot0"
+ },
+ {
+ "type": "trigger",
+ "x": 3,
+ "y": 6,
+ "elevation": 3,
+ "var": "VAR_TEMP_0",
+ "var_value": "0",
+ "script": "EventScript_BattleColosseum4P_PlayerSpot2"
+ },
+ {
+ "type": "trigger",
+ "x": 10,
+ "y": 4,
+ "elevation": 3,
+ "var": "VAR_TEMP_0",
+ "var_value": "0",
+ "script": "EventScript_BattleColosseum4P_PlayerSpot1"
+ },
+ {
+ "type": "trigger",
+ "x": 10,
+ "y": 6,
+ "elevation": 3,
+ "var": "VAR_TEMP_0",
+ "var_value": "0",
+ "script": "EventScript_BattleColosseum4P_PlayerSpot3"
+ }
+ ],
+ "bg_events": []
+} \ No newline at end of file
diff --git a/data/maps/BattleColosseum4P/scripts.inc b/data/maps/BattleColosseum4P/scripts.inc
new file mode 100644
index 000000000..b1733aecd
--- /dev/null
+++ b/data/maps/BattleColosseum4P/scripts.inc
@@ -0,0 +1,3 @@
+BattleColosseum4P_MapScripts:: @ 823B780
+ .byte 0
+