mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-18 21:06:31 +00:00
sprites: game over
This commit is contained in:
parent
2fc67ada8d
commit
6ac84cb4e7
@ -55,7 +55,7 @@ GREEN2 = $82
|
||||
GREEN3 = $83
|
||||
GREEN4 = $84
|
||||
ZERO = $85
|
||||
|
||||
GAME_OVER = $86
|
||||
|
||||
; Soft Switches
|
||||
KEYPRESS= $C000
|
||||
@ -567,9 +567,11 @@ ship_collision:
|
||||
lda #1 ; 2
|
||||
sta ASTEROID_EXPLODE ; 3
|
||||
|
||||
lda #3 ; 2
|
||||
lda #1 ; 2
|
||||
sta LEVEL_DONE ; 3
|
||||
nop
|
||||
|
||||
lda #1
|
||||
sta GAME_OVER
|
||||
|
||||
jmp ship_collision_done ; 3
|
||||
;====
|
||||
|
Loading…
Reference in New Issue
Block a user