Bomberhackers / bmhero

A decompilation of Bomberman Hero (US).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bomberman Hero (US)

A WIP decomp of Bomberman Hero (US).

It builds the following ROM(s):

  • bmhero.z64: md5: ef2453bff7ad0c4bfa9ab0bd6324ebf3

Note: To use this repository, you must already have a rom for the game.

Prerequisites

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-pip

Please 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

To use

  1. Place the US Bomberman Hero rom into the root of the repository as "baserom.z64".
  2. Set up tools and extract the rom: make setup
  3. Re-assemble the rom: make

About

A decompilation of Bomberman Hero (US).


Languages

Language:C 67.3%Language:Assembly 24.3%Language:C++ 5.4%Language:Python 2.6%Language:Makefile 0.3%Language:OpenEdge ABL 0.0%Language:Shell 0.0%Language:PHP 0.0%