mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2026-02-12 15:05:41 -05:00
(docs) Began writing module descriptions
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# libWiiPy.archive.ash Module
|
||||
|
||||
The `libWiiPy.archive.ash` module provides support for handling ASH files, which are a compressed format primarily used in the Wii Menu, but also in some other titles such as My Pokémon Ranch.
|
||||
|
||||
At present, libWiiPy only has support for decompressing ASH files, with compression as a planned feature for the future.
|
||||
|
||||
## Module Contents
|
||||
|
||||
```{eval-rst}
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
# libWiiPy.archive.u8 Module
|
||||
|
||||
The `libWiiPy.archive.u8` module provides support for handling U8 archives, which are a non-compressed archive format used extensively on the Wii to join multiple files into one.
|
||||
|
||||
This module exposes functions for both packing and unpacking U8 archives, as well as code to parse IMET headers. IMET headers are a header format used specifically for U8 archives containing the banner of a channel, as they store the localized name of the channel along with other banner metadata.
|
||||
|
||||
## Module Contents
|
||||
|
||||
```{eval-rst}
|
||||
|
||||
Reference in New Issue
Block a user