Skip to content

Commit

Permalink
feat(track.js): update WR
Browse files Browse the repository at this point in the history
  • Loading branch information
moeyashi authored and github-actions[bot] committed Apr 6, 2024
1 parent 17f53ed commit 9533d47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/const/track.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const trackDict = Object.freeze({
MW: makeTrack('ワリオスノーマウンテン', 'MW', 143553, 'https://youtu.be/0eNt-KRGyik', 143553, ['ワリスノ', '雪山']),
CC: makeTrack('スカイガーデン', 'CC', 202060, 'https://youtu.be/b7kwhqM4iYg', 201884, ['スカガ', '新スカガ']),
BDD: makeTrack('ホネホネさばく', 'BDD', 151705, 'https://youtu.be/H4_tuUeAg3I', 151705, ['ホネサバ', 'ホネホネ']),
BC: makeTrack('クッパキャッスル', 'BC', 202832, 'https://youtu.be/r9lQyn5TTNU', 202474, ['クパキャ']),
BC: makeTrack('クッパキャッスル', 'BC', 202832, 'https://youtu.be/r9lQyn5TTNU', 202250, ['クパキャ']),
RR: makeTrack('レインボーロード', 'RR', 201161, 'https://youtu.be/CQTN8CS5v28', 201161, ['新虹', 'しんにじ', 'しん虹', '新にじ']),
rMMM: makeTrack('Wii モーモーカントリー', 'rMMM', 127209, 'https://youtu.be/8is3VAS8qa4', 127209, ['Wiiモーモーカントリー', 'モモカン', 'モーモーカントリー', 'MMM']),
rMC: makeTrack('GBA マリオサーキット', 'rMC', 127355, 'https://youtu.be/0LkKnfmTbSE', 127355, ['GBAマリオサーキット', 'グバマリ', 'GBAマリサ']),
Expand All @@ -52,7 +52,7 @@ const trackDict = Object.freeze({
rWS: makeTrack('DS ワリオスタジアム', 'rWS', 152817, 'https://youtu.be/lEA1pSWjiOw', 152817, ['ワリスタ', 'ワリオスタジアム', 'WS']),
rSL: makeTrack('GC シャーベットランド', 'rSL', 150329, 'https://youtu.be/jEoY2huGjgk', 149804, ['シャベラン', 'シャーベットランド', 'SL']),
rMP: makeTrack('3DS ミュージックパーク', 'rMP', 153013, 'https://youtu.be/ixVfhaGFKR8', 152998, ['ミューパ', 'ミュージックパーク', 'MP']),
rYV: makeTrack('N64 ヨッシーバレー', 'rYV', 203383, 'https://youtu.be/dJTlrlyqc-4', 202975, ['ヨシバ', 'ヨッシーバレー', 'YV']),
rYV: makeTrack('N64 ヨッシーバレー', 'rYV', 203216, 'https://youtu.be/SFFvCpPkweM', 202975, ['ヨシバ', 'ヨッシーバレー', 'YV']),
rTTC: makeTrack('DS チクタクロック', 'rTTC', 144130, 'https://www.youtube.com/watch?v=xHR8akw17os', 143377, ['チクタク', 'チクタクロック', 'TTC']),
rPPS: makeTrack('3DS パックンスライダー', 'rPPS', 203268, 'https://youtu.be/W0vohnC5nEo', 202681, ['パクスラ', 'パックンスライダー', 'PPS']),
rGV: makeTrack('Wii グラグラかざん', 'rGV', 155341, 'https://www.youtube.com/watch?v=YIM0BrZL01I', 155341, ['火山', 'かざん', 'グラグラかざん', 'GV']),
Expand Down

0 comments on commit 9533d47

Please sign in to comment.