Исправлен баг с относительными путями. thx to @witchcraft2001

This commit is contained in:
Tolik 2026-07-14 22:41:55 +10:00 committed by Tolik Trek
parent 5180e25f91
commit 26cdb1662f
3 changed files with 3 additions and 3 deletions

View File

@ -441,9 +441,9 @@ DIR_PATH_CHECK: LD A,(HL)
AND A AND A
JR Z,.end JR Z,.end
CP (HL) CP (HL)
INC HL
INC DE INC DE
JR NZ,.gotoPath JR NZ,.gotoPath
INC HL
DJNZ .loop DJNZ .loop
EX AF,AF' EX AF,AF'
SUB 1 SUB 1

View File

@ -1 +1 @@
69 70

@ -1 +1 @@
Subproject commit 591d3212c9341f17d6dd034bf2b8da91bd2f6107 Subproject commit dd760c8eb76459b879274731f34b72ed9bb9c70f