Decompilation of Inazuma Eleven Strikers
- DevkitPPC r38 or r41, other versions are not tested
Note on windows the environment variables get set incorrectly for devkitpro, change it to the path where you stored devkitPro
- Ninja(Optional: add ninja to your environment variables)
- Python 3.8+
- Dump a copy of the Inazuma Eleven Go Strikers 2013 and extract
main.dol - rename
main.doltoInazumaWii.dol - clone the repo using
git clone https://github.com/SwareJonge/IEStrikers/ --recursive - Place
InazumaWii.dolinorig/GOStrikers2013/ - Place the required compilers in
tools - (first time only) Install the modules from requirements.txt (
pip install -r requirementstxt) - Run
python configure.pyyou also need to run this when you made a change todol_slices.yml - Run
ninja
- currently ctors and extab don't work, this might get fixed in the future