From 4ac4b282a03f9bf07f94cb5535766c5d5095567f Mon Sep 17 00:00:00 2001 From: briaguya Date: Sun, 29 May 2022 23:20:47 -0400 Subject: [PATCH] gv poh --- soh/soh/Enhancements/randomizer.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/soh/soh/Enhancements/randomizer.cpp b/soh/soh/Enhancements/randomizer.cpp index 65136d7f8..6cc04bc91 100644 --- a/soh/soh/Enhancements/randomizer.cpp +++ b/soh/soh/Enhancements/randomizer.cpp @@ -1170,6 +1170,10 @@ RandomizerCheck Randomizer::GetCheckFromActor(s16 sceneNum, s16 actorId, s16 act switch(actorParams) { case 23200: return GV_CHEST; + case 262: + return GV_WATERFALL_FREESTANDING_POH; + case 518: + return GV_CRATE_FREESTANDING_POH; } case 93: switch(actorParams) {