diff --git a/src/id/trace32.a b/src/id/trace32.a index df6ed59..e4c70d0 100644 --- a/src/id/trace32.a +++ b/src/id/trace32.a @@ -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, diff --git a/src/patchers/choplifter.a b/src/patchers/choplifter.a index ce70a51..5588ba8 100644 --- a/src/patchers/choplifter.a +++ b/src/patchers/choplifter.a @@ -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 diff --git a/src/strings/en.a b/src/strings/en.a index 48621f2..c65018f 100755 --- a/src/strings/en.a +++ b/src/strings/en.a @@ -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 }