mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
Opty - now we hawe 13 bytes :)
This commit is contained in:
+6
-5
@@ -320,8 +320,9 @@ EndOfDraw
|
|||||||
asl FY
|
asl FY
|
||||||
mva FY FS
|
mva FY FS
|
||||||
asl FY
|
asl FY
|
||||||
clc
|
; A = FS and C = 0
|
||||||
lda FS
|
;clc
|
||||||
|
;lda FS
|
||||||
adc #3
|
adc #3
|
||||||
sta FS
|
sta FS
|
||||||
|
|
||||||
@@ -1231,12 +1232,12 @@ NoParachuteWeapon
|
|||||||
beq ThereWasNoParachute
|
beq ThereWasNoParachute
|
||||||
jsr DrawTankParachute
|
jsr DrawTankParachute
|
||||||
ThereWasNoParachute
|
ThereWasNoParachute
|
||||||
lda BlackHole
|
lda BlackHole ; if Black Hole option is set ...
|
||||||
beq NotBlackHole
|
beq NotBlackHole
|
||||||
lda Ytankstable,x
|
lda Ytankstable,x ; ... and tank has fallen to the bottom ...
|
||||||
cmp #screenheight-1
|
cmp #screenheight-1
|
||||||
bcc NotBlackHole
|
bcc NotBlackHole
|
||||||
lda #0
|
lda #0 ; ... then the tank disappears.
|
||||||
sta eXistenZ,x
|
sta eXistenZ,x
|
||||||
sta LastExistenZ,x
|
sta LastExistenZ,x
|
||||||
sta Energy,x
|
sta Energy,x
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user