From bb1cd9b7ba4791e9eef23c922d355f0b372ee544 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Fri, 23 Oct 2020 00:25:00 -0400 Subject: [PATCH] Remove the debug code to control the scorpion speed now that the logic is implemented for that. --- BuGS/game.s | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BuGS/game.s b/BuGS/game.s index ae8b66f..fd8abff 100644 --- a/BuGS/game.s +++ b/BuGS/game.s @@ -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