Git Product home page Git Product logo

ash0-tools's Introduction

ASH0-tools

ASH0-tools are simple command line tools for compressing and decompressing Nintendo's ASH0 format found on the Wii, written in C.

Decompressor

To use the decompressor, the syntax is as follows:

ashdec <infile> [optional arguments]

Generally, optional arguments aren't necessary to decompress a file. One important exemption is ASH0 files found inside My Pokémon Ranch, which will fail to decompress with the default options. To make these work, you'll need to use the argument -d 15 to set the distance tree bits to 15.

The full list of arguments can be found below:

-o <file path> Specify output file path
-d <int> Specify distance tree bits  (default: 11)
-l <int> Specify length tree bits    (default:  9)

Credits

All credit to the base code used for compression/decompression goes to @Garhoogin, who put a lot of time into figuring out the compression algorithm used by ASH0 files to create modern and much more cleanly written tools for them.

ash0-tools's People

Contributors

ninjacheetah avatar garhoogin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.