From 36e44ba2654349b53a97dbcf6412d7d2c86e32f2 Mon Sep 17 00:00:00 2001 From: briaguya Date: Mon, 30 May 2022 01:57:15 -0400 Subject: [PATCH] dmc poh --- soh/soh/Enhancements/randomizer.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/soh/soh/Enhancements/randomizer.cpp b/soh/soh/Enhancements/randomizer.cpp index 561c1cf2a..82610cfb1 100644 --- a/soh/soh/Enhancements/randomizer.cpp +++ b/soh/soh/Enhancements/randomizer.cpp @@ -1539,6 +1539,13 @@ RandomizerCheck Randomizer::GetCheckFromActor(s16 sceneNum, s16 actorId, s16 act case 1030: return GRAVEYARD_FREESTANDING_POH; } + case 97: + switch(actorParams) { + case 2054: + return DMC_VOLCANO_FREESTANDING_POH; + case 518: + return DMC_WALL_FREESTANDING_POH; + } } return UNKNOWN_CHECK;