|
33 | 33 | * [Hz Display](#hz-display)
|
34 | 34 | * [Input Display](#input-display)
|
35 | 35 | * [Disable Flash](#disable-flash)
|
| 36 | +* [Disable Pause](#disable-pause) |
36 | 37 | * [Goofy Foot](#goofy-foot)
|
37 | 38 | * [Block Tool](#block-tool)
|
38 | 39 | * [Level Editor](#level-editor)
|
39 | 40 | * [Savestates](#savestates)
|
| 41 | +* [Linecap](#linecap) |
| 42 | +* [DAS Only](#das-only) |
40 | 43 | * [Qualifier Mode](#qual-mode)
|
41 | 44 | * [PAL Mode](#pal-mode)
|
42 | 45 | * [Development](#development)
|
@@ -236,6 +239,7 @@ Press `right` when on 9 to choose any level to start on with `up` and `down`.
|
236 | 239 | Press `down` when on 5-9 to select hearts to display with `left` and `right`.
|
237 | 240 |
|
238 | 241 | 
|
| 242 | + |
239 | 243 |
|
240 | 244 | Used for keeping track of wins in local games.
|
241 | 245 |
|
@@ -311,6 +315,10 @@ Also shows frames between spawn and first tap, and current tap direction.
|
311 | 315 |
|
312 | 316 | Disable the flashing from when you get a tetris.
|
313 | 317 |
|
| 318 | +## Disable Pause |
| 319 | + |
| 320 | +Disable the ability to pause the game. |
| 321 | + |
314 | 322 | ## Goofy Foot
|
315 | 323 |
|
316 | 324 | Flips A/B, Start/Select, and inverts DPad directions like a Goofy Foot controller.
|
@@ -370,6 +378,29 @@ Savestates require SRAM to work. Tested and working on Everdrive / Emulator / Mi
|
370 | 378 |
|
371 | 379 | Combined with the level editor, savestates are effective for practising specific scenarios.
|
372 | 380 |
|
| 381 | +## Linecap |
| 382 | + |
| 383 | + |
| 384 | + |
| 385 | +A game-ending linecap can be enabled at any level or linecount. |
| 386 | + |
| 387 | +The linecap effects are; |
| 388 | + |
| 389 | +* __KSx2__ - Pieces fall at two blocks every frame |
| 390 | +* __Floor__ - A new unclearable row appears with each level change |
| 391 | +* __Inviz__ - Pieces turn invisible |
| 392 | +* __Halt__ - Pieces stop spawning |
| 393 | + |
| 394 | +Used in the CTM Masters event. |
| 395 | + |
| 396 | +## DAS Only |
| 397 | + |
| 398 | +Remove the ability to use tapping or rolling to move the pieces. |
| 399 | + |
| 400 | +All DAS behaviours work as normal, including quicktaps and slowtapping. |
| 401 | + |
| 402 | +Created for CTWC DAS 2022 |
| 403 | + |
373 | 404 | ## Qual Mode
|
374 | 405 |
|
375 | 406 | 
|
|
0 commit comments