summaryrefslogtreecommitdiff
path: root/src/port
diff options
context:
space:
mode:
authorSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-10-16 23:05:53 -0300
committerSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-10-16 23:05:53 -0300
commit1f14108143e4ed3c2dde052d46cb1fda00c9511f (patch)
tree757c8ac3d8eee303e6766cc683e388776773eb21 /src/port
parent964bc598221b8c23d70f05e4c2c6b5adfa502029 (diff)
Restore beta bomb explosion
Diffstat (limited to 'src/port')
-rw-r--r--src/port/ui/ImguiUI.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/port/ui/ImguiUI.cpp b/src/port/ui/ImguiUI.cpp
index f488aedf..67dfb7e1 100644
--- a/src/port/ui/ImguiUI.cpp
+++ b/src/port/ui/ImguiUI.cpp
@@ -606,6 +606,10 @@ void DrawEnhancementsMenu() {
.tooltip = "Restores the missile cutscene bug present in JP 1.0"
});
+ UIWidgets::CVarCheckbox("Beta: Restore beta bomb explosion", "gRestoreBetaBombExplosion", {
+ .tooltip = "Restores the beta bomb explosion found inside the game"
+ });
+
UIWidgets::CVarCheckbox("Beta: Restore beta coin", "gRestoreBetaCoin", {
.tooltip = "Restores the beta coin that got replaced with the gold ring"
});