Rename NES.

This commit is contained in:
Randy Thiemann 2023-11-08 09:13:36 +01:00
parent d3ab4a9ca7
commit d77a428898
4 changed files with 4 additions and 4 deletions

View File

@ -34,13 +34,13 @@ Choose between a few randomizer options:
- TGM2: 4 history, 6 rerolls. - TGM2: 4 history, 6 rerolls.
- TGM3: The TGM3 RNG system. - TGM3: The TGM3 RNG system.
- HELL: Pure Random. - HELL: Pure Random.
- NES: Reroll once if you get the same piece as the previous one. - 1ROL: Reroll once if you get the same piece as the previous one.
### Rot Mode ### Rot Mode
Select the rotation rules: Select the rotation rules:
- ARS1: Classic ARS from TGM1 and TGM2. - ARS1: Classic ARS from TGM1 and TGM2.
- ARS2: ARS from TGM3. - ARS2: ARS from TGM3.
- NES: No kicks. - SEGA: No kicks.
- MYCO: Like ARS1, but without I, L, J and T restrictions. - MYCO: Like ARS1, but without I, L, J and T restrictions.
### Drop Mode ### Drop Mode

Binary file not shown.

Binary file not shown.

View File

@ -44,12 +44,12 @@ sOption1::
db "TGM2" db "TGM2"
db "TGM3" db "TGM3"
db "HELL" db "HELL"
db " NES" db "1ROL"
sOption2:: sOption2::
db "ARS1" db "ARS1"
db "ARS2" db "ARS2"
db " NES" db "SEGA"
db "MYCO" db "MYCO"
sOption3:: sOption3::