1DESMALL(1) BSD General Commands Manual DESMALL(1)
2
4 desmall — Nintendo DS LZSS (types 0x00 and 0x10) decompressor
5
7 desmall [options] input_file output_file
8
10 desmall decompresses the SMALL files found in BioWare's Nintendo DS game
11 Sonic Chronicles: The Dark Brotherhood. Only the types 0x00 (uncom‐
12 pressed) and 0x10 (Nintendo DS LZSS 0x10) are supported.
13
15 -h
16 --help
17 Show a help text and exit.
18 --version
19 Show version information and exit.
20 input_file
21 The SMALL file to decompress.
22 output_file
23 The decompressed data is written to this file.
24
26 Decompress the file a.cbgt.small:
27
28 $ desmall a.cbgt.small a.cbgt
29
31 More information about the xoreos project can be found on its website:
32 https://xoreos.org/.
33
35 This program is part of the xoreos-tools package, which in turn is part
36 of the xoreos project, and was written by the xoreos team. Please see
37 the AUTHORS file for details.
38
39BSD July 23, 2015 BSD