diff --git a/source/spoiler_log.cpp b/source/spoiler_log.cpp index fe2efb02..996b1321 100644 --- a/source/spoiler_log.cpp +++ b/source/spoiler_log.cpp @@ -193,6 +193,10 @@ void WriteIngameSpoilerLog() { loc->GetHintKey() != GF_NORTH_F1_CARPENTER)) { continue; } + // Freestanding Rupees + else if (loc->IsCategory(Category::cFreestandingRupee) && !Settings::ShuffleRupees) { + continue; + } // Copy at most 51 chars from the name and location name to avoid issues with names that don't fit on screen // Only copy enough characters that can fit on the screen