mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
main menu does not blink
This commit is contained in:
+2
-2
@@ -2428,9 +2428,9 @@ InverseScreenByte
|
||||
; -------------------------------------------------
|
||||
; Let's designate the flight altitude.
|
||||
jsr CheckMaxMountain
|
||||
cmp #(12+18) ; tank witch shield (12) and max alt (18) check
|
||||
cmp #(12+18) ; tank with shield (12) and max alt (18) check
|
||||
bcc IsToHigh
|
||||
sbc #12 ; tank witch shield high correction
|
||||
sbc #12 ; tank with shield high correction
|
||||
bne StoreMaxAlt
|
||||
IsToHigh
|
||||
lda #18
|
||||
|
||||
Reference in New Issue
Block a user