From 2455d15e72c4a36ee7336f2c65df62131492fa2c Mon Sep 17 00:00:00 2001 From: Scott Mendenko Date: Wed, 22 Jul 2026 23:38:30 -0400 Subject: [PATCH] Fixed sha1 Hash (#191) Fixed sha1 hash of Banjo 1.0 ROM in Build instructions. (Originally pointed to MM hash value) --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 435925f..f960eab 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -36,7 +36,7 @@ choco install make ``` ## 3. Decompressing the target ROM -You will need to decompress the NTSC-U 1.0 N64 Banjo-Kazooie ROM (sha1: d6133ace5afaa0882cf214cf88daba39e266c078) before running the recompiler. +You will need to decompress the NTSC-U 1.0 N64 Banjo-Kazooie ROM (sha1: 1fe1632098865f639e22c11b9a81ee8f29c75d7a) before running the recompiler. The most straightforward way to do this is to set up the [Banjo-Kazooie decompilation](https://gitlab.com/banjo.decomp/banjo-kazooie), which will decompress the ROM when building. Alternatively, you can run the [bk_rom_compressor tool](https://github.com/MittenzHugg/bk_rom_compressor) directly, which is what the decompilation uses to decompress the ROM.