From 68b18304337b351956c0ed638cc67c8e9b862567 Mon Sep 17 00:00:00 2001 From: Reonu Date: Wed, 28 Jan 2026 21:36:40 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcce834..e77d287 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Banjo: Recompiled +imagen# Banjo: Recompiled Banjo: Recompiled is a project that uses [N64: Recompiled](https://github.com/N64Recomp/N64Recomp) to **statically recompile** Banjo-Kazooie into a native port with many new features, enhancements, and extensive mod support. This project uses [RT64](https://github.com/rt64/rt64) as the rendering engine to provide graphical enhancements. ### [Check out the latest release here](https://github.com/BanjoRecomp/BanjoRecomp/releases/latest). @@ -113,7 +113,7 @@ Instead, you can change the game by installing mods. See the [mod support](#mod- #### Can you run this project as a portable application? Yes, if you place a file named `portable.txt` in the same folder as the executable then this project will run in portable mode. In portable mode, the save files, config files, and mods are placed in the same folder as the executable. -#### Did you fix the duplicate Mumbo token IDs? +#### Were the duplicate Mumbo token IDs in the original game fixed? Yes. The incorrect Mumbo tokens now use previously unused token IDs. This won't affect mods that replace levels. #### Does note saving have the same issue as the XBLA version where it collects notes during Bottles' puzzles and prevents you from getting 100% completion?