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