UI tweaks

This commit is contained in:
4am 2019-04-17 14:42:13 -04:00
parent 578365f80e
commit 7517be5eaa
3 changed files with 8 additions and 2 deletions

View File

@ -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,

View File

@ -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

View File

@ -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
} }