To high parachute bug fixed!

This commit is contained in:
Pecusx
2022-08-02 11:20:51 +02:00
parent 3a836fa072
commit 91d5172fe2
2 changed files with 4 additions and 1 deletions
+4 -1
View File
@@ -894,11 +894,14 @@ tankflash_loop
lda #char_parachute_______ ; parachute symbol
sta CharCode
lda Ytankstable,x
sec
cmp #16
bcc ToHighToParachute
;sec
sbc #8
sta ydraw
jsr SetupXYdraw.X
jsr TypeChar
ToHighToParachute
rts
.endp