From d77a428898d5292c45f9c1a95e20bb407d2afefa Mon Sep 17 00:00:00 2001 From: Randy Thiemann Date: Wed, 8 Nov 2023 09:13:36 +0100 Subject: [PATCH] Rename NES. --- README.md | 4 ++-- bin/DMGTRIS.GBC | Bin 131072 -> 131072 bytes bin/DMGTRIS.pocket | Bin 131072 -> 131072 bytes src/res/title_data.inc | 4 ++-- 4 files changed, 4 insertions(+), 4 deletions(-) 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 90d1be11ee04c790252beb56acd56a65d46df0ba..c197f03b39b2670c686b44fa5f255d1ccb40aaac 100644 GIT binary patch delta 88 zcmZo@;Am*z*x=8|*tt1?al4inhl0y5<^}&a6l{O7EcnN(VD^i3!9V56vN|>b9Iu!b s*m1mKUSP-jie-VF^5#sPr8fkaWu?S*k3U% qu;YBiyueQ570UuUxy_k6OK%7;N(#vF$jUJTF$;*jU5=IU(Jug9{~U$@ diff --git a/bin/DMGTRIS.pocket b/bin/DMGTRIS.pocket index 55f5fe239dee52a2b918f8f345be9c7b9e30604d..e12300ee4233a41541e43d4b0fac406f494559d9 100644 GIT binary patch delta 88 zcmZo@;Am*z*x=8|IB|0T<901E4h5HA%nSZ;DA@jDS@4fn!R#07f`5vWWp!)>I9@R= su;X~eyugn470UuU#m$*IOK%7;%Sws!$jUJTF^iml5YKiwR>nua08fJ)OaK4? delta 88 zcmZo@;Am*z*x=8|xM6bu<901Eb_JJT%nSZ;D%k#FS@2Io!R#07f`2lTWp!)>*k3U% qu;YBiyueQ570UuUna!CxOK%7;N(#vF$jUJTF$;*jU5=IU(JugB(Hx2Z 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::