diff --git a/DMGTRIS.GB b/DMGTRIS.GB index 7bacda3..c7cca0a 100644 Binary files a/DMGTRIS.GB and b/DMGTRIS.GB differ diff --git a/README.md b/README.md index a50c154..f995c97 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/src/res/sources/tiles.gbr b/src/res/sources/tiles.gbr index 10d2123..dc4620d 100644 Binary files a/src/res/sources/tiles.gbr and b/src/res/sources/tiles.gbr differ diff --git a/src/res/tiles.inc b/src/res/tiles.inc index d56575d..634ad36 100644 --- a/src/res/tiles.inc +++ b/src/res/tiles.inc @@ -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::