mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
To high parachute bug fixed!
This commit is contained in:
+4
-1
@@ -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
|
||||
|
||||
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user