From 077bf65edd94e572b6d7bc2c0fd41ac07b51493b Mon Sep 17 00:00:00 2001 From: 4am Date: Mon, 14 Jun 2021 11:24:10 -0400 Subject: [PATCH] fix broken log on Optimum Resource and SVE disks --- src/adstyle.a | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/adstyle.a b/src/adstyle.a index 6435a69..2a58b3b 100644 --- a/src/adstyle.a +++ b/src/adstyle.a @@ -29,11 +29,14 @@ ADStyle bcs + lda #TRUE sta gIsOptimum + sta gDisplayBytes jsr PrintByID !byte s_optimum + jsr xSVE bcs + + lda #$00 + sta gDisplayBytes jsr PrintByID !byte s_sve lda #$CA