Forgot to set the flag.

This commit is contained in:
Randy Thiemann 2023-10-17 13:56:00 +02:00
parent 6bb4a72c76
commit b60a025f89
1 changed files with 4 additions and 0 deletions

View File

@ -134,6 +134,8 @@ LevelUp::
ld a, [hl]
cp a, 8
jr nz, .checkspeedup
ld a, $FF
ldh [hRequiresLineClear], a
ld a, SFX_BELL
call SFXEnqueue
jr .checkspeedup
@ -168,6 +170,8 @@ LevelUp::
and a, [hl]
cp a, 9
jr nz, .checkspeedup
ld a, $FF
ldh [hRequiresLineClear], a
ld a, SFX_BELL
call SFXEnqueue