Go to file
2023-08-08 21:34:21 +09:30
ido Initial Commit 2023-02-23 16:02:14 +10:30
include Some more attempts at fixing things 2023-08-08 21:34:21 +09:30
progress Progress 2023-08-08 11:06:29 +09:30
src Some more attempts at fixing things 2023-08-08 21:34:21 +09:30
tools Progress 2023-08-08 11:06:29 +09:30
.gitattributes Initial Commit 2023-02-23 16:02:14 +10:30
.gitignore Merge meaningful symbols into one file 2023-08-01 15:31:50 +09:30
.gitmodules Fix submodules 2023-02-23 16:14:52 +10:30
decompressed.us.yaml Some more attempts at fixing things 2023-08-08 21:34:21 +09:30
diff.sh Initial Commit 2023-02-23 16:02:14 +10:30
find_first_diff.sh Some more attempts at fixing things 2023-08-08 21:34:21 +09:30
generate_function_stats.py Update 2023-08-07 23:26:20 +09:30
LICENSE.md Initial Commit 2023-02-23 16:02:14 +10:30
Makefile Initial overlay code import 2023-08-08 11:45:32 +09:30
README.md Update readme 2023-08-07 14:32:44 +09:30
reloc_addrs.us.txt Fix duplicate ROM address 2023-08-08 01:15:58 +09:30
symbol_addrs.us.txt Some more attempts at fixing things 2023-08-08 21:34:21 +09:30
undefined_syms.txt Fix rodata 2023-08-08 20:11:22 +09:30

donkey

Grab tools

git submodule update --init --recursive

Drop in US as baserom.us.z64 (sha1sum: cf806ff2603640a748fca5026ded28802f1f4a50)

To extract and build everything

make

Prerequisites

Ubuntu 18.04 or higher.

sudo apt-get update && \
  sudo apt-get install -y \
    binutils-mips-linux-gnu \
    build-essential \
    gcc-mips-linux-gnu \
    less \
    libglib2.0 \
    python3 \
    python3-pip \
    unzip \
    wget \
    libssl-dev

python3 -m pip install \
    capstone pyyaml pylibyaml pycparser \
    colorama ansiwrap watchdog python-Levenshtein cxxfilt \
    python-ranges \
    pypng anybadge