A decompilation of Banjo Kazooie. (MIRROR of https://gitlab.com/banjo.decomp/banjo-kazooie)
Go to file
2022-07-15 17:09:41 -05:00
asm The first commit 2022-07-15 17:09:41 -05:00
ido/ido5.3_recomp The first commit 2022-07-15 17:09:41 -05:00
include The first commit 2022-07-15 17:09:41 -05:00
progress The first commit 2022-07-15 17:09:41 -05:00
src The first commit 2022-07-15 17:09:41 -05:00
subyaml The first commit 2022-07-15 17:09:41 -05:00
tools The first commit 2022-07-15 17:09:41 -05:00
.gitignore The first commit 2022-07-15 17:09:41 -05:00
.gitmodules The first commit 2022-07-15 17:09:41 -05:00
banjo.jp.yaml The first commit 2022-07-15 17:09:41 -05:00
banjo.pal.yaml The first commit 2022-07-15 17:09:41 -05:00
banjo.us.v10.yaml The first commit 2022-07-15 17:09:41 -05:00
banjo.us.v11.yaml The first commit 2022-07-15 17:09:41 -05:00
diff The first commit 2022-07-15 17:09:41 -05:00
Dockerfile The first commit 2022-07-15 17:09:41 -05:00
level_symbols.us.v10.txt The first commit 2022-07-15 17:09:41 -05:00
Makefile The first commit 2022-07-15 17:09:41 -05:00
packages.txt The first commit 2022-07-15 17:09:41 -05:00
README.md The first commit 2022-07-15 17:09:41 -05:00
requirements.txt The first commit 2022-07-15 17:09:41 -05:00
symbol_addrs.boot.us.v10.txt The first commit 2022-07-15 17:09:41 -05:00
symbol_addrs.core1.us.v10.txt The first commit 2022-07-15 17:09:41 -05:00
symbol_addrs.core2.us.v10.txt The first commit 2022-07-15 17:09:41 -05:00
symbol_addrs.global.us.v10.txt The first commit 2022-07-15 17:09:41 -05:00
undefined_syms.libultra.txt The first commit 2022-07-15 17:09:41 -05:00
undefined_syms.us.v10.txt The first commit 2022-07-15 17:09:41 -05:00

banjo

Building

Grab tools

git submodule update --init --recursive

Drop in US v1.0 as baserom.us.v10.z64 (sha1sum: 1fe1632098865f639e22c11b9a81ee8f29c75d7a)

To extract and build everything

make

where the following are supported values of <module_id>

  • core1
  • core2
  • MM
  • TTC
  • CC
  • BGS
  • FP
  • lair
  • GV
  • CCW
  • RBB
  • MMM
  • SM
  • fight
  • cutscenes

Prerequisites

Ubuntu 18.04 or higher.

sudo apt-get update && sudo apt-get install -y $(cat packages.txt)

python3 -m pip install -r requirements.txt

Other versions

Drop in us.v11, jp, or pal as baserom.<version>.z64 e.g. baserom.us.v11.z64

make VERSION=us.v11