On the Subject of “The five stages of grief” but non-boss
This module is like something out of the sewer system from a glitter factory, which is funny because it’s actually “pretty crap”. I’ll keep this brief, as words only make me write this thing longer.
NOTE: Write down positions and labels of all pressed buttons and stage 3/4’s reference buttons, along with stage 2’s X.
Stage 1
Press the button in the position of the table:
| THERE, NOTHING, UR, YOUR, SAY | SEE, HOLD ON, REED, YES, LEAD |
| FIRST, SAYS, C, THEIR, U | THEY ARE, RED, DISPLAY, BLANK, OK |
| THEY’RE, CEE, YOU’RE, YOU ARE, LED | READ, NO, OKAY, LEED, YOU |
Stage 2
Use the previous pressed button (COL) and current display (ROW); repeat the shorter label until it’s of equal length of the longer label.
For each letter in both labels, index them into the table on next page to retrieve letters of the resulting string.
Calculate X, which is equal to (sum of alphabetic positions of resulting string)%60+1. Use X to determine what position to press (prepend 0 if <10):
| 02, 03, 05, 16, 29, 44, 45, 46, 52, 60 | 04, 10, 24, 37, 38, 39, 43, 47, 53, 59 |
| 06, 07, 09, 14, 17, 19, 26, 31, 40, 51 | 01, 11, 13, 18, 20, 27, 30, 55, 56, 57 |
| 21, 22, 23, 33, 34, 35, 36, 48, 49, 58 | 08, 12, 15, 25, 28, 32, 41, 42, 50, 54 |