mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2025-04-25 21:01:01 -04:00
15 lines
488 B
Markdown
15 lines
488 B
Markdown
# libWiiPy.title.wad Module
|
|
|
|
## Description
|
|
|
|
The `libWiiPy.title.wad` module provides support for handling WAD (Wii Archive Data) files, which is the format used to deliver digital Wii titles. This module allows for extracting the various components for a WAD, as well as properly padding and writing out that data when it has been edited using other modules.
|
|
|
|
## Module Contents
|
|
|
|
```{eval-rst}
|
|
.. automodule:: libWiiPy.title.wad
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
```
|