From 43777996a869292dd7c57f4b4da6f3f040ef700b Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 8 Jun 2026 20:11:25 -0400 Subject: [PATCH] Fix Ocarina Time Travel Registration (#6698) --- soh/soh/Enhancements/QoL/OcarinaTimeTravel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/QoL/OcarinaTimeTravel.cpp b/soh/soh/Enhancements/QoL/OcarinaTimeTravel.cpp index 45d7e8d7c0..12b220e6b2 100644 --- a/soh/soh/Enhancements/QoL/OcarinaTimeTravel.cpp +++ b/soh/soh/Enhancements/QoL/OcarinaTimeTravel.cpp @@ -10,7 +10,7 @@ extern "C" PlayState* gPlayState; #define CVAR_OCARINA_TIME_TRAVEL_DEFAULT 0 -#define CVAR_OCARINA_TIME_TRAVEL_NAME CVAR_ENHANCEMENT("HyperBosses") +#define CVAR_OCARINA_TIME_TRAVEL_NAME CVAR_ENHANCEMENT("TimeTravel") #define CVAR_OCARINA_TIME_TRAVEL_VALUE CVarGetInteger(CVAR_OCARINA_TIME_TRAVEL_NAME, CVAR_OCARINA_TIME_TRAVEL_DEFAULT) /// Switches Link's age and respawns him at the last entrance he entered.