A (nonmatching) decompilation of Jumping Flash on PSX. Incomplete and also kinda broken now. (I've added new bugs :D)
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.binOn Debian/Ubuntu:
apt install ninja gcc-mipsel-gnu-linux binutils-mipsel-gnu-linuxYou also need mkpsxiso, dumpsxiso, and either Wren CLI or Python.
Dump the original disc image:
sh dump.shGenerate 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:
ninjaFinally run build/aloha.bin on an emulator or real hardware.