From d1980114e9c4d9beff8d87b6092e9a91469cf037 Mon Sep 17 00:00:00 2001 From: Sylvain Glaize Date: Wed, 21 Feb 2024 22:54:59 +0100 Subject: [PATCH] Fix in the explanation. --- unpletter/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unpletter/README.md b/unpletter/README.md index 3ba480d..94dbcbd 100644 --- a/unpletter/README.md +++ b/unpletter/README.md @@ -44,8 +44,8 @@ and stops when it encounters a 0 for the first bit of the pair. In Pletter, the variable stream contains the information on the next part to decode (0 means the next byte is to be copied as is ; 1 means it is a back reference block). -It also encodes the distance of the back reference block (the length is taken from the -byte stream). +It also encodes the length of the back reference block (the distance is taken from the +byte stream, but can be completed by extra bits when the distance is 128 or greater). # Change by the version found in the dsk2rom