mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2025-04-25 21:01:01 -04:00
17 lines
493 B
Markdown
17 lines
493 B
Markdown
# libWiiPy.archive.ash Module
|
|
|
|
## Description
|
|
|
|
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}
|
|
.. automodule:: libWiiPy.archive.ash
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
```
|