mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
Wrong parachute symbol :)
This commit is contained in:
BIN
Binary file not shown.
+2
-2
@@ -1277,7 +1277,7 @@ RandomizeOffensiveText
|
||||
|
||||
ldx TankNr
|
||||
lda ActiveWeapon,x
|
||||
cmp #$20 ; laser
|
||||
cmp #ind_Laser__________ ; laser
|
||||
bne NotStrongShoot
|
||||
mva #0 color
|
||||
lda #7
|
||||
@@ -1594,7 +1594,7 @@ ThereWasNoParachute
|
||||
.proc DrawTankParachute
|
||||
;Tank number in X
|
||||
;--------------------------------------------------
|
||||
lda #$5A ; parachute symbol
|
||||
lda #$34 ; parachute symbol
|
||||
sta CharCode
|
||||
lda Ytankstable,x
|
||||
sec
|
||||
|
||||
Reference in New Issue
Block a user