mirror of
https://github.com/emmanuel-marty/lzsa.git
synced 2024-11-19 01:08:51 +00:00
fix a bug in the backward version of unlzsa2_fast_v1.asm
an INC HL slipped through
This commit is contained in:
parent
cca79e3e59
commit
ac3bf78273
@ -110,7 +110,7 @@ LongMatch: ;ld a,24 :
|
||||
ManyLiterals: ld a,18 :
|
||||
add (hl) : NEXT_HL : jr nc,CopyLiterals
|
||||
ld c,(hl) : NEXT_HL
|
||||
ld a,b : ld b,(hl) : inc hl
|
||||
ld a,b : ld b,(hl) : NEXT_HL
|
||||
jr CopyLiterals.useBC
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user