Skip to content

NotExactlySiev/aloha

Repository files navigation

Project Aloha

A (nonmatching) decompilation of Jumping Flash on PSX. Incomplete and also kinda broken now. (I've added new bugs :D)

Requirements

The image file for the USA version of Jumping Flash. (bin/cue) Put it at original/us.bin

$ md5sum original/us.bin 
4e73eb6054568a3ef88843e3d8c7d80b  original/us.bin

On Debian/Ubuntu:

apt install ninja gcc-mipsel-gnu-linux binutils-mipsel-gnu-linux

You also need mkpsxiso, dumpsxiso, and either Wren CLI or Python.

Building

Dump the original disc image:

sh dump.sh

Generate the ninja build file:

python mkninja.py
# or
wren_cli mkninja.wren > build.ninja

(You will probably have to change the cross variable, either in the generator script or in the final build.ninja file.)

And build the image:

ninja

Finally run build/aloha.bin on an emulator or real hardware.

About

A decompilation and reverse engineering of Jumping Flash for PSX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors