EstexNT / rhf-old

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated

Please see https://github.com/EstexNT/rhf-dtk for the new repo

Rhythm Heaven Fever Disassembly (US)

It builds the following DOL:

main.dol: sha1: d96d2c7e50b0c713cb8fcb18835258351ada5576

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 mwcc_compilers folder 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

About


Languages

Language:Assembly 99.9%Language:Makefile 0.1%Language:C 0.0%