A WIP decomp of Bomberman 64 (USA).
It builds the following decompressed ROM(s):
- bm64.z64:
md5: d2f9313cccae0af85d23ac37666c0173
This repository builds the decompressed ROM of the retail Bomberman 64 (USA). To use this repository, you must already have a ROM.
Under Debian / Ubuntu (which we recommend using), you can install them with the following commands:
sudo apt update
sudo apt install make git build-essential binutils-mips-linux-gnu python3 python3-pipPlease also ensure that the Python version installed is >3.7.
The build process has a few python packages required that are located in requirements.txt.
To install them simply run in a terminal:
python3 -m pip install -r requirements.txt- Place the USA Bomberman 64 rom into the root of the repository as "baserom.z64".
- Set up tools and decompress and extract the rom:
make setup - Re-assemble the decompressed rom:
make