mirror of
https://github.com/encounter/xenoblade.git
synced 2026-03-30 11:43:34 -07:00
main
Xenoblade
WIP Decompilation of Xenoblade (JP)
Important
The DOL this repository builds can be shifted!
This means you are now able to add / remove
code for modding / research as you see fit.
It builds the following DOL:
xenoblade.jp.dol: sha1: a564033aee46988743d8f5e6fdc50a8c65791160
Building
Required Tools
- devkitPro
- gcc
Instructions
- WINDOWS ONLY STEP:
- Launch msys2(Provided by devkitPro) and run the command
pacman -S gcc.
- Launch msys2(Provided by devkitPro) and run the command
- Download GC_WII_COMPILERS.zip from (https://cdn.discordapp.com/attachments/727918646525165659/917185027656286218/GC_WII_COMPILERS.zip) and extract the contents to tools/.
- Run
make -jin a command prompt or terminal.- -j Allows make to use multiple threads, speeding up the process.
- OPTIONAL:
- To generate a linker map (takes a considerable amount of time), run
make MAPGENFLAG=1 -j
- To generate a linker map (takes a considerable amount of time), run
Description
Languages
Assembly
99.6%
C
0.3%