diff --git a/source/funkin/TitleState.hx b/source/funkin/TitleState.hx
index 9f4439068..cf8c6ea80 100644
--- a/source/funkin/TitleState.hx
+++ b/source/funkin/TitleState.hx
@@ -366,6 +366,13 @@ class TitleState extends MusicBeatState
 				pressedEnter = true;
 			#end
 		}
+
+		// a faster intro thing lol!
+		if (pressedEnter && transitioning && skippedIntro)
+		{
+			FlxG.switchState(new MainMenuState());
+		}
+
 		if (pressedEnter && !transitioning && skippedIntro)
 		{
 			if (FlxG.sound.music != null)