mirror of
https://github.com/jeremysrand/BuGS.git
synced 2025-01-01 01:30:27 +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
|
checkKey_fast anop
|
||||||
lda #SPRITE_SPEED_FAST
|
lda #SPRITE_SPEED_FAST
|
||||||
jsl setFleaSpeed
|
jsl setFleaSpeed
|
||||||
lda #SPRITE_SPEED_FAST
|
|
||||||
jmp setScorpionSpeed
|
|
||||||
|
|
||||||
checkKey_slow anop
|
checkKey_slow anop
|
||||||
lda #SPRITE_SPEED_SLOW
|
lda #SPRITE_SPEED_SLOW
|
||||||
jsl setFleaSpeed
|
jsl setFleaSpeed
|
||||||
lda #SPRITE_SPEED_SLOW
|
|
||||||
jmp setScorpionSpeed
|
|
||||||
|
|
||||||
checkKey_game anop
|
checkKey_game anop
|
||||||
jmp startGame
|
jmp startGame
|
||||||
|
Loading…
Reference in New Issue
Block a user