New build.

This commit is contained in:
Randy Thiemann 2023-10-23 07:41:29 +02:00
parent 75f450f62b
commit dfa5e5b19b
4 changed files with 5 additions and 3 deletions

Binary file not shown.

View File

@ -41,7 +41,9 @@ Soft = Amount of frames the down button was held during this piece + 10 if the p
Combo = Old combo + (2 x Lines) - 2
ScoreIncrement = ((Level + Lines) >> 4 + 1 + Soft) x Combo x Lines.
Bravo = 1 if the field isn't empty, 4 if it is.
ScoreIncrement = ((Level + Lines) >> 4 + 1 + Soft) x Combo x Lines x Bravo.
ScoreIncrement points are then awarded.

Binary file not shown.

View File

@ -530,8 +530,8 @@ Tiles::
DB $4A,$4A,$4A,$4A,$E4,$E4,$00,$00
DB $00,$00,$00,$00,$CC,$CC,$22,$22
DB $44,$44,$82,$82,$EC,$EC,$00,$00
DB $00,$00,$00,$00,$04,$04,$0A,$0A
DB $0E,$0E,$0A,$0A,$0A,$0A,$00,$00
DB $00,$00,$00,$00,$0C,$0C,$0A,$0A
DB $0C,$0C,$0A,$0A,$0C,$0C,$00,$00
TilesEnd::