Skip to content

Commit

Permalink
Merge pull request #71 from moeyashi/create-pull-request/patch
Browse files Browse the repository at this point in the history
  • Loading branch information
moeyashi authored Mar 17, 2024
2 parents ab6740f + 2cc012c commit 8ec498f
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 @@ -30,7 +30,7 @@ const trackDict = Object.freeze({
MC: makeTrack('マリオサーキット', 'MC', 148053, 148053, ['新マリサ', 'しんマリサ']),
TH: makeTrack('キノピオハーバー', 'TH', 205466, 205466, ['ハーバー']),
TM: makeTrack('ねじれマンション', 'TM', 158715, 158447, ['ねじマン', 'ねじれ']),
SGF: makeTrack('ヘイホーこうざん', 'SGF', 158630, 158630, ['ヘイホー鉱山', 'ヘイこう', 'こうざん']),
SGF: makeTrack('ヘイホーこうざん', 'SGF', 158461, 158461, ['ヘイホー鉱山', 'ヘイこう', 'こうざん']),
SA: makeTrack('サンシャインくうこう', 'SA', 200913, 200498, ['サンシャイン空港', '空港', 'くうこう', 'サンシャイン']),
DS: makeTrack('ドルフィンみさき', 'DS', 157416, 156408, ['ドルミ']),
Ed: makeTrack('エレクトロドリーム', 'Ed', 200835, 200835, ['エレドリ']),
Expand Down Expand Up @@ -81,7 +81,7 @@ const trackDict = Object.freeze({
bNH: makeTrack('Tour ニンニンドージョー', 'bNH', 154002, 153645, ['ニンニン', 'ニンニンドージョー', 'NH']),
bNYM: makeTrack('Tour ニューヨークドリーム', 'bNYM', 124883, 124883, ['ニューヨーク', 'ニューヨークドリーム', 'NYM', 'NY']),
bMC3: makeTrack('SFC マリオサーキット3', 'bMC3', 135884, 135884, ['SFCマリオサーキット3', 'SFCマリオサーキット', 'マリオサーキット3', 'マリサ3', 'SFCマリサ', 'SFCマリサ3', 'MC3']),
bKD: makeTrack('N64 カラカラさばく', 'bKD', 133895, 133895, ['N64カラカラさばく', '64カラカラさばく', '64カラサバ', 'KD']),
bKD: makeTrack('N64 カラカラさばく', 'bKD', 133895, 133844, ['N64カラカラさばく', '64カラカラさばく', '64カラサバ', 'KD']),
bWP: makeTrack('DS ワルイージピンボール', 'bWP', 220832, 220832, ['ワルピン', 'ワルイージピンボール']),
bSS: makeTrack('Tour シドニーサンシャイン', 'bSS', 203216, 203216, ['シドニー', 'シドニーサンシャイン', 'SS']),
bSL: makeTrack('GBA スノーランド', 'bSL', 137009, 136568, ['スノラン', 'スノーランド']),
Expand Down

0 comments on commit 8ec498f

Please sign in to comment.