From 1568361177fa33e9b9e762ffb9d5bfc2bcbe5856 Mon Sep 17 00:00:00 2001 From: Zachary Romero Date: Tue, 20 Dec 2022 10:14:17 -0700 Subject: [PATCH] Fix sequence peak detector output locations --- asm-blox-puzzles.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asm-blox-puzzles.el b/asm-blox-puzzles.el index 018aedc..3eb5e55 100644 --- a/asm-blox-puzzles.el +++ b/asm-blox-puzzles.el @@ -939,7 +939,7 @@ Find the pattern 0, 0, 0: :name "I")) :sinks (list (asm-blox--cell-sink-create :row 3 - :col 2 + :col 1 :expected-data output-n :name "N") (asm-blox--cell-sink-create :row 3