Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update WR #74

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/const/track.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const trackDict = Object.freeze({
bMG: makeTrack('Wii キノコキャニオン', 'bMG', 135837, 135837, ['キノキャニ', 'キノコキャニオン', 'MG']),
bSHS: makeTrack('アイスビルディング', 'bSHS', 156878, 155364, ['アイス', 'アイビル', 'SHS']),
bLL: makeTrack('Tour ロンドンアベニュー', 'bLL', 212411, 211833, ['ロンドン', 'ロンドンアベニュー', 'アベニュー', 'LL']),
bBL: makeTrack('GBA テレサレイク', 'bBL', 123545, 123545, ['テレレ', 'テレサレイク', 'レイク', 'BL']),
bBL: makeTrack('GBA テレサレイク', 'bBL', 123455, 123455, ['テレレ', 'テレサレイク', 'レイク', 'BL']),
bRRM: makeTrack('3DS ロックロックマウンテン', 'bRRM', 215863, 214664, ['ロクマ', 'ロックロックマウンテン', 'RRM']),
bMT: makeTrack('Wii メイプルツリーハウス', 'bMT', 225937, 225654, ['メイプル', 'メイプルツリーハウス', 'MT']),
bBB: makeTrack('Tour ベルリンシュトラーセ', 'bBB', 159676, 159482, ['ベルリン', 'ベルリンシュトラーセ']),
Expand Down