From 92b1730237e29a0e722404c6bd86e5675dc929c7 Mon Sep 17 00:00:00 2001 From: Garrett Cox Date: Mon, 7 Nov 2022 13:14:24 -0600 Subject: [PATCH] [#1931] Fix issue with ZF Gossip stones (#1933) --- soh/soh/Enhancements/randomizer/randomizer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/soh/soh/Enhancements/randomizer/randomizer.cpp b/soh/soh/Enhancements/randomizer/randomizer.cpp index fac20164d..8fad01f21 100644 --- a/soh/soh/Enhancements/randomizer/randomizer.cpp +++ b/soh/soh/Enhancements/randomizer/randomizer.cpp @@ -2209,9 +2209,11 @@ RandomizerCheckObject Randomizer::GetCheckObjectFromActor(s16 actorId, s16 scene case 15362: case 14594: specialRc = RC_JABU_GOSSIP_STONE; + break; case 14849: case 14337: specialRc = RC_FAIRY_GOSSIP_STONE; + break; } break; case SCENE_DDAN: