Amber Brault e34aa08602 Misc fixes
-Remove fake switch labels
-Split a few more files
2023-01-26 20:50:30 -05:00
2023-01-12 09:38:47 -05:00
2023-01-26 20:50:30 -05:00
2023-01-08 20:29:45 -05:00
2022-04-07 21:55:06 -04:00
2023-01-12 16:19:57 -05:00
2023-01-23 21:07:16 -05:00
2022-04-08 10:19:24 -04:00
2023-01-23 21:25:41 -05:00
2022-04-11 21:46:25 -04:00
2022-12-29 16:37:12 -05:00
2023-01-10 16:48:45 -05:00
2023-01-26 20:50:30 -05:00
2023-01-08 20:36:01 -05:00

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

Instructions

  • WINDOWS ONLY STEP:
    • Launch msys2(Provided by devkitPro) and run the command pacman -S gcc.
  1. Download GC_WII_COMPILERS.zip from (https://cdn.discordapp.com/attachments/727918646525165659/917185027656286218/GC_WII_COMPILERS.zip) and extract the contents to tools/.
  2. Run make -j in 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
S
Description
No description provided
Readme 95 MiB
Languages
Assembly 99.6%
C 0.3%