diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-05-13 12:51:45 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-05-13 12:51:45 -0400 |
commit | 7deccc36b74a9c8344d8f48d9b2e65ae913a3b88 (patch) | |
tree | 29ebe9670397959299656aa0621ea4304350b3e5 /data/maps/SevenIsland_UnusedHouse | |
parent | 75f2be2e29c49ae850c62399818840375fef492c (diff) |
Name unused house maps/map groups
Diffstat (limited to 'data/maps/SevenIsland_UnusedHouse')
-rw-r--r-- | data/maps/SevenIsland_UnusedHouse/map.json | 21 | ||||
-rw-r--r-- | data/maps/SevenIsland_UnusedHouse/scripts.inc | 2 |
2 files changed, 23 insertions, 0 deletions
diff --git a/data/maps/SevenIsland_UnusedHouse/map.json b/data/maps/SevenIsland_UnusedHouse/map.json new file mode 100644 index 000000000..d9f8f1666 --- /dev/null +++ b/data/maps/SevenIsland_UnusedHouse/map.json @@ -0,0 +1,21 @@ +{ + "id": "MAP_SEVEN_ISLAND_UNUSED_HOUSE", + "name": "SevenIsland_UnusedHouse", + "layout": "LAYOUT_HOUSE4", + "music": "MUS_SEVII_67", + "region_map_section": "MAPSEC_SEVEN_ISLAND", + "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": [], + "warp_events": [], + "coord_events": [], + "bg_events": [] +} diff --git a/data/maps/SevenIsland_UnusedHouse/scripts.inc b/data/maps/SevenIsland_UnusedHouse/scripts.inc new file mode 100644 index 000000000..d6014463c --- /dev/null +++ b/data/maps/SevenIsland_UnusedHouse/scripts.inc @@ -0,0 +1,2 @@ +SevenIsland_UnusedHouse_MapScripts:: @ 8170BE3 + .byte 0 |