Typo in level curve.
This commit is contained in:
parent
9c32202e95
commit
183be391da
|
@ -225,7 +225,7 @@ sSpeedCurve:: ; Speed curve of the game.
|
||||||
db 20, 1 ; 20G
|
db 20, 1 ; 20G
|
||||||
db 20, 8, 30, 24 ; ARE, DAS, LOCK, LINECLEAR
|
db 20, 8, 30, 24 ; ARE, DAS, LOCK, LINECLEAR
|
||||||
|
|
||||||
dw $0900, 900, $0900 ; Level 0900
|
dw $0900, 900, $1000 ; Level 0900
|
||||||
db 20, 1 ; 20G
|
db 20, 1 ; 20G
|
||||||
db 16, 6, 25, 16 ; ARE, DAS, LOCK, LINECLEAR
|
db 16, 6, 25, 16 ; ARE, DAS, LOCK, LINECLEAR
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue