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
lda #s_choplifter
jsr PrintByID
lda #s_diskrwts
jsr PrintByID
jmp Choplifter
; something did not match, not comfortable tracing,

View File

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

View File

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