mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-24 17:29:40 +00:00
UI tweaks
This commit is contained in:
parent
578365f80e
commit
7517be5eaa
@ -202,6 +202,8 @@ TraceDOS32LO
|
||||
bcs .fail
|
||||
lda #s_choplifter
|
||||
jsr PrintByID
|
||||
lda #s_diskrwts
|
||||
jsr PrintByID
|
||||
jmp Choplifter
|
||||
|
||||
; something did not match, not comfortable tracing,
|
||||
|
@ -4,6 +4,10 @@
|
||||
; licensed by Broderbund, Gebelli, and others
|
||||
;
|
||||
; module by qkumba
|
||||
;
|
||||
; tested on
|
||||
; - Choplifter (Broderbund)
|
||||
; - Eggs-It (Gebelli)
|
||||
;-------------------------------
|
||||
!zone {
|
||||
rts ; reachable only via inspect
|
||||
|
@ -280,7 +280,7 @@ StringTableHigh
|
||||
; can be set directly before calling PrintByID.
|
||||
;
|
||||
.header
|
||||
!text "Passport by 4am 2019-04-15",$00
|
||||
!text "Passport by 4am 2019-04-17",$00
|
||||
.mainmenu
|
||||
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||
!text " "
|
||||
@ -609,5 +609,5 @@ StringTableHigh
|
||||
.e7everywhere
|
||||
!text "T%t,S%0 Found E7 Everywhere protection",$8D,$00
|
||||
.choplifter
|
||||
!text "T00,S01 Found Choplifter protection",$8D,$00
|
||||
!text "Roland was here, but he left...",$8D,$00
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user