diff options
| author | SatoMew <SatoMew@users.noreply.github.com> | 2021-04-10 18:43:10 +0100 |
|---|---|---|
| committer | SatoMew <SatoMew@users.noreply.github.com> | 2021-04-10 18:43:10 +0100 |
| commit | 9b6469a7a3876334e0235202c417c7f1735f18ee (patch) | |
| tree | ce35b9b5ae3e5b91de7ebf5ab81861cdc2baf28a /data/maps/RecordCorner/map.json | |
| parent | 37634072b1400180b1243d2d99c47b109ab56ae3 (diff) | |
Fix Record Corner labels
Diffstat (limited to 'data/maps/RecordCorner/map.json')
| -rw-r--r-- | data/maps/RecordCorner/map.json | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/data/maps/RecordCorner/map.json b/data/maps/RecordCorner/map.json new file mode 100644 index 000000000..67d6be4a5 --- /dev/null +++ b/data/maps/RecordCorner/map.json @@ -0,0 +1,101 @@ +{ + "id": "MAP_RECORD_CORNER", + "name": "RecordCorner", + "layout": "LAYOUT_RECORD_CORNER", + "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": "RecordCorner_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": "RecordCorner_EventScript_Spot0" + }, + { + "type": "trigger", + "x": 6, + "y": 6, + "elevation": 3, + "var": "VAR_TEMP_0", + "var_value": "0", + "script": "RecordCorner_EventScript_Spot1" + }, + { + "type": "trigger", + "x": 13, + "y": 4, + "elevation": 3, + "var": "VAR_TEMP_0", + "var_value": "0", + "script": "RecordCorner_EventScript_Spot2" + }, + { + "type": "trigger", + "x": 13, + "y": 6, + "elevation": 3, + "var": "VAR_TEMP_0", + "var_value": "0", + "script": "RecordCorner_EventScript_Spot3" + } + ], + "bg_events": [] +} |
