summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTina H. (sheepytina) <99330992+sheepytina@users.noreply.github.com>2024-01-16 02:28:59 +1100
committerGitHub <noreply@github.com>2024-01-15 09:28:59 -0600
commitecdf74161b77a7d8966e04e27cc362e2b0ce8a02 (patch)
tree0ea5de3a0de6013c9b8aed9a267a7ed72b6ac5df
parent31623a93ab300db898c0a1af0c2d08c8994de8f8 (diff)
Add a tooltip to "Restore old Gold Skulltula cutscene" enhancement. (#3849)
-rw-r--r--soh/soh/SohMenuBar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/soh/soh/SohMenuBar.cpp b/soh/soh/SohMenuBar.cpp
index 97bc012b6..04c053f5c 100644
--- a/soh/soh/SohMenuBar.cpp
+++ b/soh/soh/SohMenuBar.cpp
@@ -1163,6 +1163,7 @@ void DrawEnhancementsMenu() {
UIWidgets::PaddedEnhancementCheckbox("Quick Putaway", "gQuickPutaway", true, false);
UIWidgets::Tooltip("Restore a bug from NTSC 1.0 that allows putting away an item without an animation and performing Putaway Ocarina Items");
UIWidgets::PaddedEnhancementCheckbox("Restore old Gold Skulltula cutscene", "gGsCutscene", true, false);
+ UIWidgets::Tooltip("Restore pre-release behavior where defeating a Gold Skulltula will play a cutscene showing it die.");
UIWidgets::PaddedEnhancementCheckbox("Quick Bongo Kill", "gQuickBongoKill", true, false);
UIWidgets::Tooltip("Restore a bug from NTSC 1.0 that allows bypassing Bongo Bongo's intro cutscene to quickly kill him");
UIWidgets::PaddedEnhancementCheckbox("Original RBA Values", "gRestoreRBAValues", true, false);