commit
f5a2c52f80
1 changed files with 5 additions and 5 deletions
|
@ -15,35 +15,35 @@ L1: jmp PING1
|
||||||
.endproc
|
.endproc
|
||||||
|
|
||||||
.proc _atmos_shoot
|
.proc _atmos_shoot
|
||||||
lda $31
|
bit $31
|
||||||
bvs L1 ; Atmos?
|
bvs L1 ; Atmos?
|
||||||
jmp SHOOT
|
jmp SHOOT
|
||||||
L1: jmp SHOOT1
|
L1: jmp SHOOT1
|
||||||
.endproc
|
.endproc
|
||||||
|
|
||||||
.proc _atmos_explode
|
.proc _atmos_explode
|
||||||
lda $31
|
bit $31
|
||||||
bvs L1 ; Atmos?
|
bvs L1 ; Atmos?
|
||||||
jmp EXPLODE
|
jmp EXPLODE
|
||||||
L1: jmp EXPLODE1
|
L1: jmp EXPLODE1
|
||||||
.endproc
|
.endproc
|
||||||
|
|
||||||
.proc _atmos_zap
|
.proc _atmos_zap
|
||||||
lda $31
|
bit $31
|
||||||
bvs L1 ; Atmos?
|
bvs L1 ; Atmos?
|
||||||
jmp ZAP
|
jmp ZAP
|
||||||
L1: jmp ZAP1
|
L1: jmp ZAP1
|
||||||
.endproc
|
.endproc
|
||||||
|
|
||||||
.proc _atmos_tick
|
.proc _atmos_tick
|
||||||
lda $31
|
bit $31
|
||||||
bvs L1 ; Atmos?
|
bvs L1 ; Atmos?
|
||||||
jmp TICK
|
jmp TICK
|
||||||
L1: jmp TICK1
|
L1: jmp TICK1
|
||||||
.endproc
|
.endproc
|
||||||
|
|
||||||
.proc _atmos_tock
|
.proc _atmos_tock
|
||||||
lda $31
|
bit $31
|
||||||
bvs L1 ; Atmos?
|
bvs L1 ; Atmos?
|
||||||
jmp TOCK
|
jmp TOCK
|
||||||
L1: jmp TOCK1
|
L1: jmp TOCK1
|
||||||
|
|
Loading…
Add table
Reference in a new issue