mirror of
https://github.com/jeremysrand/BuGS.git
synced 2024-11-18 23:05:42 +00:00
Remove the debug code to control the scorpion speed now that the logic is implemented for that.
This commit is contained in:
parent
1d4f783a3e
commit
bb1cd9b7ba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user