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 28, 2024
1 parent a2df9a7 commit 520c18d
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 @@ -32,7 +32,7 @@ const trackDict = Object.freeze({
MC: makeTrack('マリオサーキット', 'MC', 148005, 'https://youtu.be/38PFGM94xfo?si=Ip9Vo_Ht-Ez-aDzV', 148005, ['新マリサ', 'しんマリサ']),
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', 158316, 'https://www.youtube.com/watch?v=2TfZpzcjpxM', 158316, ['ヘイホー鉱山', 'ヘイこう', 'こうざん']),
SGF: makeTrack('ヘイホーこうざん', 'SGF', 158199, 'https://www.youtube.com/watch?v=sesaP1589Gw', 158199, ['ヘイホー鉱山', 'ヘイこう', 'こうざん']),
SA: makeTrack('サンシャインくうこう', 'SA', 200913, 'https://youtu.be/3AfMY-Sjkps', 200498, ['サンシャイン空港', '空港', 'くうこう', 'サンシャイン']),
DS: makeTrack('ドルフィンみさき', 'DS', 157289, 'https://youtu.be/OfzlAJrm4M4', 156408, ['ドルミ']),
Ed: makeTrack('エレクトロドリーム', 'Ed', 200429, 'https://youtu.be/umy1WwRb28g?feature=shared', 200429, ['エレドリ']),
Expand Down Expand Up @@ -61,7 +61,7 @@ const trackDict = Object.freeze({
dEA: makeTrack('エキサイトバイク', 'dEA', 142947, 'https://www.youtube.com/watch?v=gcOB_QeUS_g', 142914, ['エキバ', 'EA']),
dDD: makeTrack('ドラゴンロード', 'dDD', 145817, 'https://www.youtube.com/watch?v=EFLtWRU7uiE', 145399, ['ドラロ', 'DD']),
dMC: makeTrack('ミュートシティ', 'dMC', 155281, 'https://youtu.be/efNP7B73uNU', 154919, ['ミュート', 'ミュートシティー']),
dWGM: makeTrack('Wii ワリオこうざん', 'dWGM', 203551, 'https://www.youtube.com/watch?v=KQtMUnHG9jg', 203551, ['ワリこう', 'ワリオこうざん', 'WGM', 'ワリ鉱', 'ワリオ鉱山']),
dWGM: makeTrack('Wii ワリオこうざん', 'dWGM', 203551, 'https://www.youtube.com/watch?v=KQtMUnHG9jg', 203528, ['ワリこう', 'ワリオこうざん', 'WGM', 'ワリ鉱', 'ワリオ鉱山']),
dRR: makeTrack('SFC レインボーロード', 'dRR', 128456, 'https://youtu.be/eYRy1iKpxSg', 128456, ['SFCレインボーロード', 'SFC虹', 'SFCにじ', 'SFCレインボー']),
dIIO: makeTrack('ツルツルツイスター', 'dIIO', 147684, 'https://www.youtube.com/watch?v=HhGzBCAE9tk', 147409, ['ツツツ', 'ツルツル', 'IIO']),
dHC: makeTrack('ハイラルサーキット', 'dHC', 150981, 'https://www.youtube.com/watch?v=DLpuUC_fEQ8', 150930, ['ハイラル', 'HC']),
Expand Down

0 comments on commit 520c18d

Please sign in to comment.