Skip to content

Commit d64f071

Browse files
PeterTillemaadriweb
authored andcommitted
Properly overwrite the variable type
1 parent 50e58d5 commit d64f071

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/fileioc/fileioc.asm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,8 @@ _DetectJump:
927927
or a,a
928928
ld a,(hl)
929929
jr z,.fdetectnormal
930-
ld (ix+12),a
930+
ld de,(ix+12)
931+
ld (de),a
931932
jr .fgoodtype
932933
.fdetectnormal:
933934
_DetectType := $+1

0 commit comments

Comments
 (0)