From 7a8f2f253b07cc3d80666219cb4e2af977a125d8 Mon Sep 17 00:00:00 2001 From: Tolik <85737314+Tolik-Trek@users.noreply.github.com> Date: Tue, 14 Jul 2026 22:41:55 +1000 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=B1=D0=B0=D0=B3=20=D1=81=20=D0=BE=D1=82=D0=BD?= =?UTF-8?q?=D0=BE=D1=81=D0=B8=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D1=8B=D0=BC?= =?UTF-8?q?=D0=B8=20=D0=BF=D1=83=D1=82=D1=8F=D0=BC=D0=B8.=20thx=20to=20@wi?= =?UTF-8?q?tchcraft2001?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DSS/DOS_Proc.asm | 2 +- DSS/build.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DSS/DOS_Proc.asm b/DSS/DOS_Proc.asm index 4346cb6..55ef196 100644 --- a/DSS/DOS_Proc.asm +++ b/DSS/DOS_Proc.asm @@ -441,9 +441,9 @@ DIR_PATH_CHECK: LD A,(HL) AND A JR Z,.end CP (HL) - INC HL INC DE JR NZ,.gotoPath + INC HL DJNZ .loop EX AF,AF' SUB 1 diff --git a/DSS/build.txt b/DSS/build.txt index 8c0474e..d7765fe 100644 --- a/DSS/build.txt +++ b/DSS/build.txt @@ -1 +1 @@ -69 \ No newline at end of file +70 \ No newline at end of file