mirror of
https://github.com/Tolik-Trek/Estex-DSS.git
synced 2026-09-19 23:28:11 +03:00
Исправлен баг с относительными путями. thx to @witchcraft2001
This commit is contained in:
parent
5180e25f91
commit
26cdb1662f
@ -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
|
||||
|
||||
@ -1 +1 @@
|
||||
69
|
||||
70
|
||||
@ -1 +1 @@
|
||||
Subproject commit 591d3212c9341f17d6dd034bf2b8da91bd2f6107
|
||||
Subproject commit dd760c8eb76459b879274731f34b72ed9bb9c70f
|
||||
Loading…
Reference in New Issue
Block a user