Fixed sha1 Hash (#191)

Fixed sha1 hash of Banjo 1.0 ROM in Build instructions. (Originally pointed to MM hash value)
This commit is contained in:
Scott Mendenko
2026-07-22 23:38:30 -04:00
committed by GitHub
parent b3b63e4656
commit 2455d15e72
+1 -1
View File
@@ -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.