Module: ninty.lzss

def decompress(data: bytes, decompressed_size: int) -> bytes
Decompresses data using the LZSS algorithm.