mirror of
https://github.com/Tolik-Trek/Estex-DSS.git
synced 2026-08-05 01:34:39 +03:00
Исправлен баг с относительными путями. thx to @witchcraft2001
This commit is contained in:
parent
5180e25f91
commit
7a8f2f253b
@ -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
|
||||
Loading…
Reference in New Issue
Block a user