Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
f973903
Update grading.asm
CreepercraftYT Dec 5, 2023
a1bbb3b
Update grading.asm
CreepercraftYT Dec 5, 2023
4878f4b
Update state_gameplay.asm
CreepercraftYT Dec 5, 2023
246b123
Update grading.asm
CreepercraftYT Dec 5, 2023
939e060
fixed an oopsie related to the grade points
CreepercraftYT Dec 6, 2023
47ebbad
fixed Combos and added back Triple and Tetris line clears for TGM3 an…
CreepercraftYT Dec 6, 2023
048ca19
oopsie
CreepercraftYT Dec 6, 2023
051892e
Fixed a little error on the Staff Roll Grading
CreepercraftYT Dec 13, 2023
6dc742a
fixed grades increasing when the game is over
CreepercraftYT Dec 17, 2023
d8b57eb
fixed GM being unobtainable on the TGM1 curve
CreepercraftYT Feb 11, 2024
83bc6ac
Added BARS
CreepercraftYT Feb 15, 2024
beeebf1
Added BARS
CreepercraftYT Feb 15, 2024
e785ba0
Added BARS
CreepercraftYT Feb 15, 2024
ebb0848
fixed an oopsie
CreepercraftYT Feb 15, 2024
c03502c
fixed garbage rising on Big mode
CreepercraftYT Feb 15, 2024
94f5724
fixed and added stuff
CreepercraftYT Feb 16, 2024
188572d
added a new RNG that generates only I pieces
CreepercraftYT Feb 16, 2024
7539ac5
added a new RNG that generates only I pieces
CreepercraftYT Feb 16, 2024
5e739e9
Fixed Piece SFX for BetterArikaRotationSystem
CreepercraftYT Feb 17, 2024
743b284
Fixed SFX while using BetterArikaRotationSystem
CreepercraftYT Feb 17, 2024
d51b20b
Numeral systems...
CreepercraftYT Feb 17, 2024
9a25a21
fixed BARS kicks
CreepercraftYT Feb 17, 2024
3db646f
fixed all problems with BARS
CreepercraftYT Feb 18, 2024
1f93b0a
Fixed Shirase Grading
CreepercraftYT Feb 18, 2024
5d65597
"screw it, i'm gonna read the button inputs"
CreepercraftYT Feb 19, 2024
ac96f80
the progress bar is now initialized on TGM3
CreepercraftYT Feb 19, 2024
1b867e9
Update README.md
CreepercraftYT Feb 22, 2024
8d5b405
whoops
CreepercraftYT Feb 29, 2024
eba898f
e
CreepercraftYT Feb 29, 2024
db55a12
Now the game checks if there were line clears when it needs to raise …
CreepercraftYT Mar 2, 2024
e736267
fixed previous commit
CreepercraftYT Mar 2, 2024
489aa2a
fixed previous commit
CreepercraftYT Mar 2, 2024
25d1007
"Excellent! Shirase mode all clear!"
CreepercraftYT Mar 6, 2024
885e9af
update
CreepercraftYT Mar 6, 2024
00047c0
Green Lines and Orange Lines added!
CreepercraftYT Mar 6, 2024
2ae1fa8
new speedcurve!!!
CreepercraftYT Mar 10, 2024
464969d
new speedcurve!
CreepercraftYT Mar 10, 2024
b8d50b0
new speedcurve!
CreepercraftYT Mar 10, 2024
2a5cdc6
Update README.md
CreepercraftYT Mar 11, 2024
dbfad52
little oopsie
CreepercraftYT Mar 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,15 @@ Choose between a few randomizer options:
- TGM3: The TGM3 RNG system.
- HELL: Pure Random.
- 1ROL: Reroll once if you get the same piece as the previous one.
- I: Pure I pieces.

### Rot Mode
Select the rotation rules:
- ARS1: Classic ARS from TGM1 and TGM2.
- ARS2: ARS from TGM3.
- SEGA: No kicks.
- MYCO: Like ARS1, but without I, L, J and T restrictions.
- BARS: A mix between TI-ARS and TI-SRS. Uses Guideline colors.

### Drop Mode
Choose how the up and down buttons act:
Expand All @@ -58,6 +60,7 @@ Choose how the up and down buttons act:

### Speed Curve
Select between several speed curves including the DMGTRIS default speed curve, TGM1, TGM3, as well as DEATH and SHIRASE mode. In addition there's a "CHILL" curve for when you just want to enjoy some tetris. It doesn't speed up very fast at all. The MYCO speed curve mimics the excellent game Tromi by Mycophobia.
A new "SHRT" curve was added, it speeds up very quickly, it's perfect for when you just want a short game, it speeds up until level 90, pieces turn into bones at 300 and there is a staff roll at level 600, it uses the same grading system as the TGM3 Staff Roll

Note that all modes use the same scoring.

Expand Down
Binary file modified bin/PandorasBlocks.gbc
Binary file not shown.
Loading