From 183be391da496188f3353c4cbf723e20a1d510fb Mon Sep 17 00:00:00 2001 From: Randy Thiemann Date: Tue, 24 Oct 2023 05:08:49 +0200 Subject: [PATCH] Typo in level curve. --- src/constants.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.asm b/src/constants.asm index 0b021be..17071e1 100644 --- a/src/constants.asm +++ b/src/constants.asm @@ -225,7 +225,7 @@ sSpeedCurve:: ; Speed curve of the game. db 20, 1 ; 20G 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 16, 6, 25, 16 ; ARE, DAS, LOCK, LINECLEAR