From 74e58538c725e9dc12f93a5fe5ca25311f435bc2 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Fri, 22 May 2020 02:46:53 -0400 Subject: [PATCH] mist: turn off debugging (auto-increment of red/blue page) --- mist/brother_books.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mist/brother_books.s b/mist/brother_books.s index a1176d9d..d729159e 100644 --- a/mist/brother_books.s +++ b/mist/brother_books.s @@ -48,7 +48,7 @@ not_red_page: open_red_book: ; DEBUG - inc RED_PAGE_COUNT + ;inc RED_PAGE_COUNT lda RED_PAGE_COUNT cmp #6 @@ -127,7 +127,7 @@ not_blue_page: open_blue_book: ; DEBUG - inc BLUE_PAGE_COUNT + ;inc BLUE_PAGE_COUNT lda BLUE_PAGE_COUNT cmp #6