From 470cf70ef5e837fcef8db93cbe24d4c758eaae52 Mon Sep 17 00:00:00 2001 From: briaguya Date: Sun, 29 May 2022 23:08:33 -0400 Subject: [PATCH] desert colossus poh --- soh/soh/Enhancements/randomizer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/soh/soh/Enhancements/randomizer.cpp b/soh/soh/Enhancements/randomizer.cpp index 9a2a82062..65136d7f8 100644 --- a/soh/soh/Enhancements/randomizer.cpp +++ b/soh/soh/Enhancements/randomizer.cpp @@ -1410,6 +1410,8 @@ RandomizerCheck Randomizer::GetCheckFromActor(s16 sceneNum, s16 actorId, s16 act return SPIRIT_TEMPLE_SILVER_GAUNTLETS_CHEST; case 13673: return SPIRIT_TEMPLE_MIRROR_SHIELD_CHEST; + case 3334: + return COLOSSUS_FREESTANDING_POH; } case 9: switch(actorParams) {