From 21b89a917538fd8a3a4f28a8a43d6b26f5f70db8 Mon Sep 17 00:00:00 2001 From: Demur Rumed Date: Sun, 20 Apr 2025 23:35:16 +0000 Subject: [PATCH] oops --- soh/soh/Enhancements/randomizer/ShuffleRocks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/randomizer/ShuffleRocks.cpp b/soh/soh/Enhancements/randomizer/ShuffleRocks.cpp index 1882311a2..3e6a4d8cb 100644 --- a/soh/soh/Enhancements/randomizer/ShuffleRocks.cpp +++ b/soh/soh/Enhancements/randomizer/ShuffleRocks.cpp @@ -211,7 +211,7 @@ void ObjHamishi_RandomizerKill(void* actorRef) { } void RegisterShuffleRock() { - bool shouldRegister = IS_RANDO && (RAND_GET_OPTION(RSK_SHUFFLE_ROCKS) || RAND_GET_OPTION(RSK_SHUFFLE_ROCKS)); + bool shouldRegister = IS_RANDO && (RAND_GET_OPTION(RSK_SHUFFLE_ROCKS) || RAND_GET_OPTION(RSK_SHUFFLE_BOULDERS)); COND_ID_HOOK(OnActorInit, ACTOR_EN_ISHI, shouldRegister, EnIshi_RandomizerInit); COND_ID_HOOK(OnActorInit, ACTOR_OBJ_BOMBIWA, shouldRegister, ObjBombiwa_RandomizerInit);