parappa2
parappa2 copied to clipboard
PaRappa the Rapper 2 (2001, PS2) decompilation
PaRappa the Rapper 2 Decompilation
We are currently targeting the July 12th NTSC-J prototype, but we aim to target the final NTSC-J/NTSC/PAL builds in the foreseeable future.
Requirements setup
sudo apt install gcc-mipsel-linux-gnu binutils-mips-linux-gnu ninja-buildsudo apt install python3-pippython3 -m pip install -U -r requirements.txt
Note: For compiling, you need to add the i386 architecture. For instructions on that please check out this guide if you're on Ubuntu.
Setup
- Create a folder named
isoin the root of the repo. - Extract
SCPS_150.17from an ISO of the July 12th prototype and place it in saidisofolder. ./configure.py(use-cto do a clean split.)ninja
asm-differ setup
- After a successful build, create a folder named
expected - Copy the
buildfolder inside theexpectedfolder. ./tools/diff.py -mwo FUNCTION_NAME
Note: Every time you add a new symbol, you must do the asm-differ setup again.