Skip to content

Commit

Permalink
Rename KeypadButton AntiN to Yot and correct 7 WhosOnFirst errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bwestley committed Jul 12, 2023
1 parent 0ececc0 commit 38acf53
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ enum KeypadButton {
FilledStar,
Puzzle,
AE,
AntiN,
Yot,
Omega,
}

Expand All @@ -61,7 +61,7 @@ impl KeypadButton {
KeypadButton::EmptyStar => "Empty Stat",
KeypadButton::N6 => "6",
KeypadButton::FilledStar => "Filled Star",
KeypadButton::AntiN => "Anti-N",
KeypadButton::Yot => "Anti-N",
k => k.as_ref(),
}
}
Expand Down Expand Up @@ -203,7 +203,7 @@ impl Application {
KeypadButton::AE,
],
[
KeypadButton::AntiN,
KeypadButton::Yot,
KeypadButton::Omega,
KeypadButton::None,
KeypadButton::None,
Expand Down Expand Up @@ -262,7 +262,7 @@ impl Application {
KeypadButton::Puzzle,
KeypadButton::AE,
KeypadButton::Trident,
KeypadButton::AntiN,
KeypadButton::Yot,
KeypadButton::Omega,
],
];
Expand All @@ -271,7 +271,7 @@ impl Application {
("FIRST", "TOP RIGHT"),
("DISPLAY", "BOTTOM RIGHT"),
("OKAY", "TOP RIGHT"),
("SAYS", "BOTTOM LEFT"),
("SAYS", "BOTTOM RIGHT"),
("NOTHING", "MIDDLE LEFT"),
("---", "BOTTOM LEFT"),
("BLANK", "MIDDLE RIGHT"),
Expand Down Expand Up @@ -300,9 +300,9 @@ impl Application {
("BLANK", "WAIT, RIGHT, OKAY, MIDDLE, BLANK"),
("DONE", "SURE, UH HUH, NEXT, WHAT?, YOUR, UR, YOU'RE, HOLD, LIKE, YOU, U, YOU ARE, UH UH, DONE"),
("FIRST", "LEFT, OKAY, YES, MIDDLE, NO, RIGHT, NOTHING, UHHH, WAIT, READY, BLANK, WHAT, PRESS, FIRST"),
("HOLD", "YOU ARE, U, DONE, UH UH, YOUR, UR, SURE, WHAT?, YOU'RE, NEXT, HOLD"),
("HOLD", "YOU ARE, U, DONE, UH UH, YOU, UR, SURE, WHAT?, YOU'RE, NEXT, HOLD"),
("LEFT", "RIGHT, LEFT"),
("LIKE", "YOU'RE, NEXT, U, UR, HOLD, DONE, UH UH, WHAT?, UH UH, YOU, LIKE"),
("LIKE", "YOU'RE, NEXT, U, UR, HOLD, DONE, UH UH, WHAT?, UH HUH, YOU, LIKE"),
("MIDDLE", "BLANK, READY, OKAY, WHAT, NOTHING, PRESS, NO, WAIT, LEFT, MIDDLE"),
("NEXT", "WHAT?, UH HUH, UH UH, YOUR, HOLD, SURE, NEXT"),
("NO", "BLANK, UHHH, WAIT, FIRST, WHAT, READY, RIGHT, YES, NOTHING, LEFT, PRESS, OKAY, NO"),
Expand All @@ -311,18 +311,18 @@ impl Application {
("PRESS", "RIGHT, MIDDLE, YES, READY, PRESS"),
("READY", "YES, OKAY, WHAT, MIDDLE, LEFT, PRESS, RIGHT, BLANK, READY"),
("RIGHT", "YES, NOTHING, READY, PRESS, NO, WAIT, WHAT, RIGHT"),
("SURE", "YOU ARE, DONE, LIKE, YOU'RE, YOUR, HOLD, UH HUH, UR, SURE"),
("U", "UH HUH, SURE, NEXT, WHAT?, YOU'RE, UR, UH UH, DONE, UH UH"),
("SURE", "YOU ARE, DONE, LIKE, YOU'RE, YOU, HOLD, UH HUH, UR, SURE"),
("U", "UH HUH, SURE, NEXT, WHAT?, YOU'RE, UR, UH UH, DONE, U"),
("UR", "DONE, U, UR"),
("UH HUH", "UH HUH"),
("UH UH", "UR, U, YOU ARE, YOU'RE, NEXT, UH UH"),
("UHHH", "READY, NOTHING, LEFT, WHAT, OKAY, YES, RIGHT, NO, PRESS, BLANK, UHHH"),
("WAIT", "UHHH, NO, BLANK, OKAY, YES, LEFT, FIRST, PRESS, WHAT, WAIT"),
("WHAT", "UHHH, WHAT"),
("WHAT?", "YOU , HOLD, YOU'RE, YOUR, U, DONE, UH UH, LIKE, YOU ARE, UH HUH, UR, NEXT, WHAT?"),
("WHAT?", "YOU, HOLD, YOU'RE, YOUR, U, DONE, UH UH, LIKE, YOU ARE, UH HUH, UR, NEXT, WHAT?"),
("YES", "OKAY, RIGHT, UHHH, MIDDLE, FIRST, WHAT, PRESS, READY, NOTHING, YES"),
("YOU", "SURE, YOU ARE, YOUR, YOU'RE, NEXT, UH HUH, UR, HOLD, WHAT?, YOU"),
("YOUR", "UH UH, YOU ARE, UH HUH, YOU"),
("YOUR", "UH UH, YOU ARE, UH HUH, YOUR"),
("YOU'RE", "YOU, YOU'RE"),
("YOU ARE", "YOUR, NEXT, LIKE, UH HUH, WHAT?, DONE, UH UH, HOLD, YOU, U, YOU'RE, SURE, UR, YOU ARE"),
];
Expand Down

0 comments on commit 38acf53

Please sign in to comment.