mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-22 04:29:59 +00:00
Zoom Grafix fixes
This commit is contained in:
parent
edb2ebd60c
commit
15bec30684
@ -17,13 +17,14 @@
|
||||
!byte $32,$30,$35,$38
|
||||
bcs .exit
|
||||
sta gDisplayBytes
|
||||
pha
|
||||
lda #s_diskvol0
|
||||
jsr PrintByID
|
||||
txa
|
||||
clc
|
||||
adc #$0B
|
||||
tax
|
||||
lda gDisplayBytes
|
||||
pla
|
||||
ldy #$01
|
||||
jsr modify
|
||||
!byte $35 ; 'LM = PEEK(KB - 2055)' instead
|
||||
|
@ -157,7 +157,7 @@ StringTable
|
||||
; can be set directly before calling PrintByID.
|
||||
;
|
||||
.header
|
||||
!text "Passport by 4am 2019-04-07",$00
|
||||
!text "Passport by 4am 2019-04-08",$00
|
||||
.mainmenu
|
||||
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||
!text " "
|
||||
@ -483,6 +483,5 @@ StringTable
|
||||
.hoffman
|
||||
!text "T%t,S%0 Found Hoffman protection check",$8D,$00
|
||||
.diskvol0
|
||||
!text "T%t,S%s Secondary protection requires",$8D
|
||||
!text "disk volume number 000",$8D,$00
|
||||
!text "T%t,S%0 Disk requires volume number 000",$8D,$00
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user