A decompilation of Banjo Kazooie. (MIRROR of https://gitlab.com/banjo.decomp/banjo-kazooie)
Go to file
2024-08-30 19:38:02 -04:00
asm WIP Removed all defined or auto undefined symbols (not matching) 2024-08-30 17:59:33 -04:00
ido/ido5.3_recomp The first commit 2022-07-15 17:09:41 -05:00
include WIP Removed all defined or auto undefined symbols (not matching) 2024-08-30 17:59:33 -04:00
progress func_803411B0 match 2024-08-29 08:50:27 -05:00
src Matched __propellorCtrl_setState without a function static 2024-08-30 19:38:02 -04:00
tools update bk_rom_compressor, includes crc correction 2024-08-26 20:51:17 -05:00
.gitignore defining referenced core1 and core2 .data and .rodata bins 2022-12-06 02:10:14 -06:00
.gitmodules remove tools/bk_tools submodule 2022-11-22 20:49:01 -06:00
decompressed.us.v10.yaml WIP Removed all defined or auto undefined symbols (not matching) 2024-08-30 17:59:33 -04:00
diff The first commit 2022-07-15 17:09:41 -05:00
Dockerfile remove tools/bk_tools submodule 2022-11-22 20:49:01 -06:00
first_diff.py WIP Removed all defined or auto undefined symbols (not matching) 2024-08-30 17:59:33 -04:00
level_symbols.us.v10.txt The first commit 2022-07-15 17:09:41 -05:00
Makefile WIP Removed all defined or auto undefined symbols (not matching) 2024-08-30 17:59:33 -04:00
packages.txt remove tools/bk_tools submodule 2022-11-22 20:49:01 -06:00
README.md func_803411B0 match 2024-08-29 08:50:27 -05:00
remaining core2/code_CD6E0.C done 2022-10-25 21:12:12 -05:00
requirements.txt add python packages missing from requirements 2022-12-10 21:33:29 +00:00
rzip_dummy_addrs.txt treat emptyLvl as actual level overlay 2022-11-22 20:30:57 -06:00
symbol_addrs.us.v10.txt various documentation 2024-07-01 00:28:11 -05:00
undefined_syms.libultra.txt Matched __propellorCtrl_setState without a function static 2024-08-30 19:38:02 -04:00

banjo (100.0000%)

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)

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

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