Skip to content

Commit

Permalink
Merge pull request #159 from moeyashi/create-pull-request/patch
Browse files Browse the repository at this point in the history
Update WR
  • Loading branch information
moeyashi authored Jul 8, 2024
2 parents 5365968 + 0cfd493 commit a466482
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/const/track.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ const makeTrack = (trackName, code, nitaVSWR, nitaVSWRUrl, nitaAllCombinationWR,
};

const trackDict = Object.freeze({
MKS: makeTrack('マリオカートスタジアム', 'MKS', 139745, 'https://www.youtube.com/watch?v=lQH-iX37plc', 138637, ['マリカス']),
WP: makeTrack('ウォーターパーク', 'WP', 141443, 'https://youtu.be/pFPvN8M0rEo', 141163, ['ウォタパ']),
MKS: makeTrack('マリオカートスタジアム', 'MKS', 139745, 'https://www.youtube.com/watch?v=lQH-iX37plc', 138611, ['マリカス']),
WP: makeTrack('ウォーターパーク', 'WP', 141443, 'https://youtu.be/pFPvN8M0rEo', 141006, ['ウォタパ']),
SSC: makeTrack('スイーツキャニオン', 'SSC', 153874, 'https://youtu.be/Egiq2yPXcZ8?feature=shared', 153874, ['スイキャニ']),
TR: makeTrack('ドッスンいせき', 'TR', 151820, 'https://youtu.be/_ekFsiz841I?si=lUGFeZlUfUR79Htd', 151820, ['遺跡', 'ドッスン', 'いせき', 'ドッスン遺跡']),
MC: makeTrack('マリオサーキット', 'MC', 147953, 'https://youtu.be/lJ0sKPNLf7Y?si=ew02hAqED5a77Lsc', 147953, ['新マリサ', 'しんマリサ']),
TH: makeTrack('キノピオハーバー', 'TH', 204894, 'https://www.youtube.com/watch?v=p6ZN3n349Xc', 204894, ['ハーバー']),
TM: makeTrack('ねじれマンション', 'TM', 158715, 'https://youtu.be/Lxi-gQHRfyQ?si=6bK3vHav1g8F2pNo', 158447, ['ねじマン', 'ねじれ']),
SGF: makeTrack('ヘイホーこうざん', 'SGF', 158043, 'https://www.youtube.com/watch?v=0sA-Kugpqxg', 158043, ['ヘイホー鉱山', 'ヘイこう', 'こうざん']),
SA: makeTrack('サンシャインくうこう', 'SA', 200912, 'https://youtu.be/sBJfPh6Jf8M?si=OxAPc1MO0xwo3jlD', 200498, ['サンシャイン空港', '空港', 'くうこう', 'サンシャイン']),
DS: makeTrack('ドルフィンみさき', 'DS', 157289, 'https://youtu.be/OfzlAJrm4M4', 156408, ['ドルミ']),
SA: makeTrack('サンシャインくうこう', 'SA', 200357, 'https://youtu.be/wqJecs3OU6M?feature=shared', 200357, ['サンシャイン空港', '空港', 'くうこう', 'サンシャイン']),
DS: makeTrack('ドルフィンみさき', 'DS', 157289, 'https://youtu.be/OfzlAJrm4M4', 101111, ['ドルミ']),
Ed: makeTrack('エレクトロドリーム', 'Ed', 200429, 'https://youtu.be/umy1WwRb28g?feature=shared', 200429, ['エレドリ']),
MW: makeTrack('ワリオスノーマウンテン', 'MW', 143553, 'https://youtu.be/0eNt-KRGyik?si=pqvpUJur7d7PWGSU', 143553, ['ワリスノ', '雪山']),
CC: makeTrack('スカイガーデン', 'CC', 201587, 'https://youtu.be/IKdqhZV-cdA', 201587, ['スカガ', '新スカガ']),
Expand Down

0 comments on commit a466482

Please sign in to comment.