Skip to content

Commit fd5e2ea

Browse files
committed
Fix reconstruction data.
1 parent 117e878 commit fd5e2ea

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/process-responses/data/eventData.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const eventData: Record<
44
> = {
55
"3x3x3 Speedsolve": {
66
code: "333",
7-
scrambleString: "F2 L2 F R2 D L B2 R B' R2 U F2 D B2 D2 L2 D' L2 B2 D L2",
7+
scrambleString: "F2 U B L' D' F2 R B2 R2 U' D2 L2 U F2 D2 L2 F2 U' F2",
88
},
99
"2x2x2": {
1010
code: "222",
@@ -35,7 +35,6 @@ export const eventData: Record<
3535
},
3636
"3x3x3 One-Handed": {
3737
code: "333oh",
38-
scrambleString: "D2 F' R U' B' R F D' R2 D' L2 B2 U2 R2 U F2 L2 D B2 F",
3938
},
4039
Clock: {
4140
code: "clock",
@@ -86,7 +85,6 @@ export const eventData: Record<
8685
},
8786
"Redi Cube": {
8887
code: "redi_cube",
89-
scrambleString: "UL' B D R' D L B' R UL' UR F' UR U' UR",
9088
},
9189
"Melinda's 2x2x2x2": {
9290
code: "melindas2x2x2x2",

src/static/2025/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h2><a class="section-link" href="#results-333">🔗</a> 3x3x3 Speedsolve</h2>
8787
<td>-59min, 49.09sec</td>
8888
<td><a href="https://youtu.be/3r89l03tQX0"><span title="Video">🎥</span></a></td>
8989
<td><a
90-
href="https://alpha.twizzle.net/edit/?alg=x2%27+R%27+F+R2+D%27+R%27+B2%27+y%27+R%27+U+R+U2%27+y+R%27+U%27+R+%2F%2F+F2L+Slot+1%0Ay2%27+R+U%27+R%27+%2F%2F+F2L+Slot+2+%28adjacent%29%0Ay+U+R%27+U%27+R+%2F%2F+F2L+Slot+3%0AU2%27+r+U%27+r%27+U2+r+U+M+U%27+R%27+%2F%2F+ELS%0AU3+R+U%27+R%27+U+F%27+R%27+R+F+R%27+F%27+R+U+R+U%27+R%27+F+%2F%2F+CLS%0AU+R%27+U2+R+U2%27+R%27+F+R+U+R%27+U%27+R%27+F%27+R2+U2%27+%2F%2F+PLL&amp;setup-alg=F2+L2+F+R2+D+L+B2+R+B%27+R2+U+F2+D+B2+D2+L2+D%27+L2+B2+D+L2"><span
90+
href="https://alpha.twizzle.net/edit/?alg=x2%27+R%27+F+R2+D%27+R%27+B2%27+y%27+R%27+U+R+U2%27+y+R%27+U%27+R+%2F%2F+F2L+Slot+1%0Ay2%27+R+U%27+R%27+%2F%2F+F2L+Slot+2+%28adjacent%29%0Ay+U+R%27+U%27+R+%2F%2F+F2L+Slot+3%0AU2%27+r+U%27+r%27+U2+r+U+M+U%27+R%27+%2F%2F+ELS%0AU3+R+U%27+R%27+U+F%27+R%27+R+F+R%27+F%27+R+U+R+U%27+R%27+F+%2F%2F+CLS%0AU+R%27+U2+R+U2%27+R%27+F+R+U+R%27+U%27+R%27+F%27+R2+U2%27+%2F%2F+PLL&amp;setup-alg=F2+U+B+L%27+D%27+F2+R+B2+R2+U%27+D2+L2+U+F2+D2+L2+F2+U%27+F2"><span
9191
title="Reconstruction">▶️</span></a></td>
9292
<td></td>
9393
</tr>

0 commit comments

Comments
 (0)