From 1d2ab40c162546c0c147cf2d4ce36143e5505398 Mon Sep 17 00:00:00 2001 From: 4am Date: Mon, 8 Apr 2019 11:40:07 -0400 Subject: [PATCH] log less in verify mode --- src/patchers/rwtslog.a | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/patchers/rwtslog.a b/src/patchers/rwtslog.a index c72df1e..a5829dc 100644 --- a/src/patchers/rwtslog.a +++ b/src/patchers/rwtslog.a @@ -11,6 +11,10 @@ ; disk allows either $D4 or $D5 for the ; first address prologue nibble ;------------------------------- + bit gMode ; nothing to do here in verify mode + bmi + + jmp .exit ++ ; DOS 3.3 variant lda #$03 sta gDisplayBytes @@ -115,4 +119,5 @@ jsr PrintByID inc gPatchCount .endbne0 +.exit }