├── BotW-Map.png ├── Location.mubin ├── Location.xml ├── LocationMarker.csv ├── Static.mubin ├── Static.xml ├── index.html ├── map.py ├── map_locations.js ├── tracked_locations.txt ├── yamlconv.exe └── zoom.js /BotW-Map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrCheeze/botw-waypoint-map/HEAD/BotW-Map.png -------------------------------------------------------------------------------- /Location.mubin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrCheeze/botw-waypoint-map/HEAD/Location.mubin -------------------------------------------------------------------------------- /Location.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrCheeze/botw-waypoint-map/HEAD/Location.xml -------------------------------------------------------------------------------- /LocationMarker.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrCheeze/botw-waypoint-map/HEAD/LocationMarker.csv -------------------------------------------------------------------------------- /Static.mubin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrCheeze/botw-waypoint-map/HEAD/Static.mubin -------------------------------------------------------------------------------- /Static.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrCheeze/botw-waypoint-map/HEAD/Static.xml -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrCheeze/botw-waypoint-map/HEAD/index.html -------------------------------------------------------------------------------- /map.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrCheeze/botw-waypoint-map/HEAD/map.py -------------------------------------------------------------------------------- /map_locations.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrCheeze/botw-waypoint-map/HEAD/map_locations.js -------------------------------------------------------------------------------- /tracked_locations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrCheeze/botw-waypoint-map/HEAD/tracked_locations.txt -------------------------------------------------------------------------------- /yamlconv.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrCheeze/botw-waypoint-map/HEAD/yamlconv.exe -------------------------------------------------------------------------------- /zoom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrCheeze/botw-waypoint-map/HEAD/zoom.js --------------------------------------------------------------------------------