Remove the debug code to control the scorpion speed now that the logic is implemented for that.

This commit is contained in:
Jeremy Rand 2020-10-23 00:25:00 -04:00
parent 1d4f783a3e
commit bb1cd9b7ba
1 changed files with 0 additions and 4 deletions

View File

@ -281,14 +281,10 @@ checkKey_quit anop
checkKey_fast anop
lda #SPRITE_SPEED_FAST
jsl setFleaSpeed
lda #SPRITE_SPEED_FAST
jmp setScorpionSpeed
checkKey_slow anop
lda #SPRITE_SPEED_SLOW
jsl setFleaSpeed
lda #SPRITE_SPEED_SLOW
jmp setScorpionSpeed
checkKey_game anop
jmp startGame