From 0290cd71c74801ab725f45a2edc04e2cfdc9a157 Mon Sep 17 00:00:00 2001 From: 4am Date: Mon, 14 Jun 2021 11:03:15 -0400 Subject: [PATCH] fix broken log in jmpb412 patcher --- src/patchers/jmpb412.a | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/patchers/jmpb412.a b/src/patchers/jmpb412.a index d67bc54..d4c3803 100644 --- a/src/patchers/jmpb412.a +++ b/src/patchers/jmpb412.a @@ -25,9 +25,9 @@ bcs .exit ; passport-test-suite/America Coast to Coast.woz [C=0] matches ldy #$B4 - sty gDisplayBytes ; address (hi) + sty gDisplayBytes+1 ; address (hi) ldy #$12 - sty gDisplayBytes+1 ; address (lo) + sty gDisplayBytes+2 ; address (lo) jsr PrintByID !byte s_beforedos