diff --git a/README.md b/README.md index c05bced..1742ef0 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,13 @@ Choose between a few randomizer options: - TGM2: 4 history, 6 rerolls. - TGM3: The TGM3 RNG system. - 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 Select the rotation rules: - ARS1: Classic ARS from TGM1 and TGM2. - ARS2: ARS from TGM3. -- NES: No kicks. +- SEGA: No kicks. - MYCO: Like ARS1, but without I, L, J and T restrictions. ### Drop Mode diff --git a/bin/DMGTRIS.GBC b/bin/DMGTRIS.GBC index 90d1be1..c197f03 100644 Binary files a/bin/DMGTRIS.GBC and b/bin/DMGTRIS.GBC differ diff --git a/bin/DMGTRIS.pocket b/bin/DMGTRIS.pocket index 55f5fe2..e12300e 100644 Binary files a/bin/DMGTRIS.pocket and b/bin/DMGTRIS.pocket differ diff --git a/src/res/title_data.inc b/src/res/title_data.inc index 131563e..ac62a32 100644 --- a/src/res/title_data.inc +++ b/src/res/title_data.inc @@ -44,12 +44,12 @@ sOption1:: db "TGM2" db "TGM3" db "HELL" - db " NES" + db "1ROL" sOption2:: db "ARS1" db "ARS2" - db " NES" + db "SEGA" db "MYCO" sOption3::