summaryrefslogtreecommitdiff
path: root/data/maps/RecordCenter/map.json
diff options
context:
space:
mode:
authorSatoMew <SatoMew@users.noreply.github.com>2021-04-10 18:43:10 +0100
committerSatoMew <SatoMew@users.noreply.github.com>2021-04-10 18:43:10 +0100
commit9b6469a7a3876334e0235202c417c7f1735f18ee (patch)
treece35b9b5ae3e5b91de7ebf5ab81861cdc2baf28a /data/maps/RecordCenter/map.json
parent37634072b1400180b1243d2d99c47b109ab56ae3 (diff)
Fix Record Corner labels
Diffstat (limited to 'data/maps/RecordCenter/map.json')
-rw-r--r--data/maps/RecordCenter/map.json101
1 files changed, 0 insertions, 101 deletions
diff --git a/data/maps/RecordCenter/map.json b/data/maps/RecordCenter/map.json
deleted file mode 100644
index 710a91832..000000000
--- a/data/maps/RecordCenter/map.json
+++ /dev/null
@@ -1,101 +0,0 @@
-{
- "id": "MAP_RECORD_CENTER",
- "name": "RecordCenter",
- "layout": "LAYOUT_RECORD_CENTER",
- "music": "MUS_POKE_CENTER",
- "region_map_section": "MAPSEC_SPECIAL_AREA",
- "requires_flash": false,
- "weather": "WEATHER_NONE",
- "map_type": "MAP_TYPE_INDOOR",
- "allow_cycling": false,
- "allow_escaping": false,
- "allow_running": false,
- "show_map_name": false,
- "floor_number": 0,
- "battle_scene": "MAP_BATTLE_SCENE_NORMAL",
- "connections": null,
- "object_events": [
- {
- "graphics_id": "OBJ_EVENT_GFX_UNION_ROOM_RECEPTIONIST",
- "x": 10,
- "y": 5,
- "elevation": 0,
- "movement_type": "MOVEMENT_TYPE_FACE_DOWN",
- "movement_range_x": 0,
- "movement_range_y": 0,
- "trainer_type": "TRAINER_TYPE_NONE",
- "trainer_sight_or_berry_tree_id": "0",
- "script": "RecordCenter_EventScript_Attendant",
- "flag": "0"
- }
- ],
- "warp_events": [
- {
- "x": 8,
- "y": 9,
- "elevation": 3,
- "dest_map": "MAP_NONE",
- "dest_warp_id": 127
- },
- {
- "x": 9,
- "y": 9,
- "elevation": 3,
- "dest_map": "MAP_NONE",
- "dest_warp_id": 127
- },
- {
- "x": 11,
- "y": 9,
- "elevation": 3,
- "dest_map": "MAP_NONE",
- "dest_warp_id": 127
- },
- {
- "x": 10,
- "y": 9,
- "elevation": 3,
- "dest_map": "MAP_NONE",
- "dest_warp_id": 127
- }
- ],
- "coord_events": [
- {
- "type": "trigger",
- "x": 6,
- "y": 4,
- "elevation": 3,
- "var": "VAR_TEMP_0",
- "var_value": "0",
- "script": "RecordCenter_EventScript_Spot0"
- },
- {
- "type": "trigger",
- "x": 6,
- "y": 6,
- "elevation": 3,
- "var": "VAR_TEMP_0",
- "var_value": "0",
- "script": "RecordCenter_EventScript_Spot1"
- },
- {
- "type": "trigger",
- "x": 13,
- "y": 4,
- "elevation": 3,
- "var": "VAR_TEMP_0",
- "var_value": "0",
- "script": "RecordCenter_EventScript_Spot2"
- },
- {
- "type": "trigger",
- "x": 13,
- "y": 6,
- "elevation": 3,
- "var": "VAR_TEMP_0",
- "var_value": "0",
- "script": "RecordCenter_EventScript_Spot3"
- }
- ],
- "bg_events": []
-}