A decompilation of Banjo Kazooie. (MIRROR of https://gitlab.com/banjo.decomp/banjo-kazooie)
Go to file
Mr-Wiseguy 50f66cbd3b Updated splat and got OK with bss in TTC 2022-05-08 10:20:54 -04:00
asm MMM/code_0.c done 2022-02-13 18:02:54 -06:00
ido/ido5.3_recomp 1.4324% 2021-02-02 17:55:34 -06:00
include Added prelude asm file 2022-05-07 13:38:11 -04:00
progress Updated splat and got OK with bss in TTC 2022-05-08 10:20:54 -04:00
src TTC .bss section included 2022-05-07 13:05:56 -05:00
subyaml Updated splat and got OK with bss in TTC 2022-05-08 10:20:54 -04:00
tools Updated splat and got OK with bss in TTC 2022-05-08 10:20:54 -04:00
.gitignore bk_crc build 2022-01-13 14:19:09 -06:00
.gitmodules implement asset extraction and construction 2022-02-15 04:31:31 -06:00
Dockerfile Updating Dockerfile 2021-05-04 19:27:16 +01:00
Makefile Updated asm-processor and fixed missing .end assembler warnings 2022-05-07 13:19:14 -04:00
README.md Updating Dockerfile 2021-05-04 19:27:16 +01:00
banjo.jp.yaml New Makefile, updated splat, 100% boot with data, total 11.1152% 2021-04-18 22:30:49 -04:00
banjo.pal.yaml New Makefile, updated splat, 100% boot with data, total 11.1152% 2021-04-18 22:30:49 -04:00
banjo.us.v10.yaml Updated asm-processor and fixed missing .end assembler warnings 2022-05-07 13:19:14 -04:00
banjo.us.v11.yaml New Makefile, updated splat, 100% boot with data, total 11.1152% 2021-04-18 22:30:49 -04:00
diff 8.8523% 2021-04-03 12:58:07 -05:00
level_symbols.us.v10.txt core2/code_9B990.c done 2021-12-04 14:02:10 -06:00
packages.txt Decompiled func_803877B0 and updated progress 2022-04-10 09:52:19 -04:00
requirements.txt Updating Dockerfile 2021-05-04 19:27:16 +01:00
symbol_addrs.boot.us.v10.txt New Makefile, updated splat, 100% boot with data, total 11.1152% 2021-04-18 22:30:49 -04:00
symbol_addrs.core1.us.v10.txt 60%, core2/gc/zoombox progress 2022-05-01 15:44:10 -05:00
symbol_addrs.core2.us.v10.txt core2/code_41460.c done 2022-05-06 20:41:00 -05:00
symbol_addrs.global.us.v10.txt TTC/code_0 done (ch/clam) 2022-03-02 20:08:31 -06:00
undefined_syms.libultra.txt New Makefile, updated splat, 100% boot with data, total 11.1152% 2021-04-18 22:30:49 -04:00
undefined_syms.us.v10.txt core1/code_15B30.c progress 2022-01-27 03:52:32 -06:00

README.md

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